mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-04-22 22:45:43 +00:00
smallish fix
This commit is contained in:
parent
e25adccf15
commit
f035a2badd
@ -134,7 +134,7 @@ handleBots()
|
||||
level thread diffBots();
|
||||
level addBots();
|
||||
|
||||
while ( !level.intermission )
|
||||
while ( !isDefined( level.intermission ) || !level.intermission )
|
||||
wait 0.05;
|
||||
|
||||
setDvar( "bots_manage_add", getBotArray().size );
|
||||
@ -462,7 +462,7 @@ addBots()
|
||||
|
||||
bot_wait_for_host();
|
||||
|
||||
for ( ;; )
|
||||
while ( !isDefined( level.intermission ) || !level.intermission )
|
||||
{
|
||||
wait 1.5;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user