should just state check (#19015)

This commit is contained in:
Kashargul
2026-01-12 21:08:21 -08:00
committed by GitHub
parent af6c84c8ad
commit a7f45cdfc5
+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