mirror of
https://github.com/JezuzLizard/Public-BO2-Mods.git
synced 2025-06-08 02:58:24 -05:00
fixed syntax error preventing compiling
This commit is contained in:
parent
feeee14740
commit
bd64cff6b6
@ -10,7 +10,7 @@
|
|||||||
init()
|
init()
|
||||||
{
|
{
|
||||||
thread griefFunctionsAndVars();
|
thread griefFunctionsAndVars();
|
||||||
gameDelayFunctionsAndVars()
|
gameDelayFunctionsAndVars();
|
||||||
thread setPlayersToSpectator();
|
thread setPlayersToSpectator();
|
||||||
thread gscRestart();
|
thread gscRestart();
|
||||||
thread emptyLobbyRestart();
|
thread emptyLobbyRestart();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user