fixed syntax error preventing compiling

This commit is contained in:
JezuzLizard
2020-09-29 02:42:00 -07:00
committed by GitHub
parent feeee14740
commit bd64cff6b6

View File

@ -10,7 +10,7 @@
init()
{
thread griefFunctionsAndVars();
gameDelayFunctionsAndVars()
gameDelayFunctionsAndVars();
thread setPlayersToSpectator();
thread gscRestart();
thread emptyLobbyRestart();