This commit is contained in:
ineed bots
2023-12-07 16:18:03 -06:00
parent c7a5693533
commit 2cba86826c
2 changed files with 5 additions and 5 deletions

View File

@ -43,9 +43,9 @@ do_botstop()
self BotStop();
}
do_botmovement( left, forward )
do_botmovement( forward, right )
{
self BotMovement( left, forward );
self BotMovement( forward, right );
}
do_isbot()