[MIRROR] should just state check (#12246)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-13 11:04:34 +01:00
committed by GitHub
co-authored by Kashargul
parent 4b8301725a
commit c7c3b862ea
+1 -1
View File
@@ -53,7 +53,7 @@
data["new_station_news"] = client.prefs.lastlorenews != GLOB.news_data.newsindex
data["new_changelog"] = read_preference(/datum/preference/text/lastchangelog) != GLOB.changelog_hash
data["can_start_now"] = client.is_localhost() && check_rights_for(client, R_SERVER)
data["immediate_start"] = SSticker.start_immediately || (!isnull(SSticker.timeLeft) && SSticker.timeLeft < 0)
data["immediate_start"] = SSticker.start_immediately || SSticker.current_state > GAME_STATE_PREGAME
return data