mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-04-22 22:45:43 +00:00
fix debug
This commit is contained in:
parent
111e81efa1
commit
19d7be701a
@ -15,11 +15,12 @@ test_bot_pathing()
|
||||
if ( !getDvarInt( "player_debug_bots" ) )
|
||||
return;
|
||||
|
||||
level waittill( "connected", player );
|
||||
player = undefined;
|
||||
|
||||
while ( !player is_bot() )
|
||||
while ( !isDefined( player ) || player is_bot() )
|
||||
level waittill( "connected", player );
|
||||
|
||||
PrintConsole( "player has CMDS! " + player.playername );
|
||||
player endon( "disconnect" );
|
||||
|
||||
while ( true )
|
||||
|
Loading…
x
Reference in New Issue
Block a user