mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Merge pull request #14462 from Kyep/no_observe_before_startup
Prevent observe before server is finished starting
This commit is contained in:
@@ -65,6 +65,8 @@ SUBSYSTEM_DEF(ticker)
|
||||
to_chat(world, "Please, setup your character and select ready. Game will start in [config.pregame_timestart] seconds")
|
||||
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(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