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" ) )
|
if ( !getDvarInt( "player_debug_bots" ) )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
player = undefined;
|
||||||
|
|
||||||
|
while ( !isDefined( player ) || player is_bot() )
|
||||||
level waittill( "connected", player );
|
level waittill( "connected", player );
|
||||||
|
|
||||||
while ( !player is_bot() )
|
PrintConsole( "player has CMDS! " + player.playername );
|
||||||
level waittill( "connected", player );
|
|
||||||
|
|
||||||
player endon( "disconnect" );
|
player endon( "disconnect" );
|
||||||
|
|
||||||
while ( true )
|
while ( true )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user