[MIRROR] fixes some bad spawn handling (#12554)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-19 23:32:29 +01:00
committed by GitHub
co-authored by Kashargul
parent 744ea0edbc
commit 0362e441ad
7 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -222,7 +222,7 @@
return 1
/mob/new_player/proc/AttemptLateSpawn(rank,var/spawning_at)
/mob/new_player/proc/AttemptLateSpawn(rank)
if (src != usr)
return 0
if(!SSticker || SSticker.current_state != GAME_STATE_PLAYING)