diff --git a/deps/botlib/be_ai_move.c b/deps/botlib/be_ai_move.c index 6a9a92a..b3e8add 100644 --- a/deps/botlib/be_ai_move.c +++ b/deps/botlib/be_ai_move.c @@ -3233,7 +3233,7 @@ void BotMoveToGoal(bot_moveresult_t *result, int movestate, bot_goal_t *goal, in else if ((reach.traveltype & TRAVELTYPE_MASK) == TRAVEL_ELEVATOR || (reach.traveltype & TRAVELTYPE_MASK) == TRAVEL_FUNCBOB) { - if ((result->flags & MOVERESULT_ONTOPOF_FUNCBOB) || + if ((result->flags & MOVERESULT_ONTOPOF_ELEVATOR) || (result->flags & MOVERESULT_ONTOPOF_FUNCBOB)) { ms->reachability_time = AAS_Time() + 5;