Skip to content

Commit

Permalink
bugfix: Fixed titlescreen runtime (#5969)
Browse files Browse the repository at this point in the history
ISSUE-1 removed runtime on titlescreen
  • Loading branch information
Vladisvell authored Oct 1, 2024
1 parent 412327c commit bbfd8fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/controllers/subsystem/non-firing/titlescreen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ SUBSYSTEM_DEF(title)
show_title_screen_to_all_new_players()

/datum/controller/subsystem/title/proc/update_preview(client/viewer)
if(!viewer)
return
if(viewer.byond_version < 516)
viewer << output("", "title_browser:update_preview_515")
else
Expand Down

0 comments on commit bbfd8fd

Please sign in to comment.