1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 07:01:50 +00:00
This commit is contained in:
ineed bots
2023-12-07 16:21:03 -06:00
parent 145f4da703
commit f0db932a5a
2 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ do_botstop()
self BotStop();
}
do_botmovement( left, forward )
do_botmovement( forward, right )
{
self BotMovement( left, forward );
self BotMovement( forward, right );
}