Fixes admin or event spawned antags not spawning

Pending players were selected but the antag roles were never finalized.
This commit is contained in:
mwerezak
2015-08-03 12:06:23 -04:00
parent 2e1607f611
commit 76ceaa904b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -52,4 +52,4 @@ var/const/commandos_possible = 6 //if more Commandos are needed in the future
usr << "Looks like someone beat you to it."
return
team.attempt_spawn(1)
team.attempt_random_spawn()