1
0
mirror of https://github.com/Paintball/BO2-GSC-Releases.git synced 2025-06-07 21:38:02 -05:00

Major Stability Update

This commit is contained in:
Cahz 2020-10-17 08:15:39 -07:00 committed by GitHub
parent 0e01577ec1
commit 9e81fee470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,8 @@ init()
level thread onPlayerConnect();
level thread StartInfected();
level thread EndInfected();
wait 1;
level thread spawnBot(10);
//wait 1;
//level thread spawnBot(10); //uncomment these 2 lines if you'd like to test with bots (bots r trash :( :( :( )
}
onPlayerConnect()