mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-07-03 09:41:49 +00:00
fix movement
This commit is contained in:
@ -58,11 +58,11 @@ BotBuiltinBotStop()
|
||||
Sets the bot's movement
|
||||
<client> botMovement(<int left>, <int forward>)
|
||||
*/
|
||||
BotBuiltinBotMovement( left, forward )
|
||||
BotBuiltinBotMovement( forward, right )
|
||||
{
|
||||
if ( isDefined( level.bot_builtins ) && isDefined( level.bot_builtins["botmovement"] ) )
|
||||
{
|
||||
self [[ level.bot_builtins["botmovement" ]]]( left, forward );
|
||||
self [[ level.bot_builtins["botmovement" ]]]( forward, right );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user