minor grief specfic change

This commit is contained in:
JezuzLizard 2020-03-07 19:06:42 -08:00
parent 76653e92eb
commit 9a358a1142

View File

@ -474,7 +474,7 @@ killAllPlayers()
players[ i ] kill(); players[ i ] kill();
i++; i++;
} }
wait 5; wait 10;
spawnAllPlayers(); spawnAllPlayers();
} }