Skip to content

Commit

Permalink
Compile Error Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caxanga334 committed Nov 24, 2024
1 parent c03e4b3 commit e82a8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/bot/tf2/tf2bot_movement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class TF2JumpOverGapAction : public IMovement::Action<CTF2Bot>
GetBot()->GetMovementInterface()->MoveTowards(m_landing);
}

bool TakeOverMovement() override { return true; }
bool BlockNavigator() override { return true; }
bool IsClimbingOrJumping() override { return true; }

bool IsDone() override { return m_wasairborne && !m_onground; }
Expand Down

0 comments on commit e82a8a5

Please sign in to comment.