mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Fix: avoid sleeping SSTicker (#17329)
This commit is contained in:
@@ -87,7 +87,8 @@ SUBSYSTEM_DEF(ticker)
|
||||
current_state = GAME_STATE_PREGAME
|
||||
fire() // TG says this is a good idea
|
||||
for(var/mob/new_player/N in GLOB.player_list)
|
||||
N.new_player_panel_proc() // to enable the observe option
|
||||
if (N.client)
|
||||
N.new_player_panel_proc() // to enable the observe option
|
||||
if(GAME_STATE_PREGAME)
|
||||
if(!SSticker.ticker_going) // This has to be referenced like this, and I dont know why. If you dont put SSticker. it will break
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user