This commit is contained in:
ineed bots 2024-07-25 16:42:40 -06:00
parent d507ee22bd
commit fab59a3fe8

View File

@ -1061,9 +1061,9 @@ watch_for_override_stuff()
last_jump_time = time;
// jump shot
self BotBuiltinBotMovementOverride( "+gostand" );
self BotBuiltinBotButtonOverride( "+gostand" );
wait 0.1;
self BotBuiltinBotMovementOverride( "~gostand" );
self BotBuiltinBotButtonOverride( "~gostand" );
}
}