fix debug

This commit is contained in:
ineed bots 2023-04-29 22:17:53 -06:00
parent 111e81efa1
commit 19d7be701a

View File

@ -15,11 +15,12 @@ test_bot_pathing()
if ( !getDvarInt( "player_debug_bots" ) )
return;
player = undefined;
while ( !isDefined( player ) || player is_bot() )
level waittill( "connected", player );
while ( !player is_bot() )
level waittill( "connected", player );
PrintConsole( "player has CMDS! " + player.playername );
player endon( "disconnect" );
while ( true )