Ensures leftover candidates and pending antags are cleared after finalizing

This commit is contained in:
HarpyEagle
2015-10-11 11:39:26 -04:00
parent dec0629fae
commit 43d5f2e3bd
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -289,7 +289,7 @@
proc/AttemptLateSpawn(rank,var/spawning_at)
if (src != usr)
if(src != usr)
return 0
if(!ticker || ticker.current_state != GAME_STATE_PLAYING)
usr << "\red The round is either not ready, or has already finished..."