This commit is contained in:
Your Name
2020-08-18 15:03:40 -06:00
parent 0106fab764
commit a130a9ecb0
4 changed files with 39 additions and 31 deletions

View File

@ -140,6 +140,9 @@ handleBots()
level thread diffBots();
level addBots();
while(!level.intermission)
wait 0.05;
setDvar("bots_manage_add", getBotArray().size);
}