Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ineed bots committed Jul 25, 2024
1 parent d507ee2 commit fab59a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mp/bots.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -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" );
}
}

Expand Down

0 comments on commit fab59a3

Please sign in to comment.