diff --git a/src/game/game_handler.cpp b/src/game/game_handler.cpp index c770e2cf..1cb613f8 100644 --- a/src/game/game_handler.cpp +++ b/src/game/game_handler.cpp @@ -5153,6 +5153,7 @@ void GameHandler::updateClientTaxi(float deltaTime) { } taxiMountActive_ = false; taxiMountDisplayId_ = 0; + currentMountDisplayId_ = 0; taxiClientPath_.clear(); taxiRecoverPending_ = false; movementInfo.flags = 0;