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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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