1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Fix server error messages on moving through garrisons

This commit is contained in:
Ivan Savenko
2024-05-02 18:05:57 +03:00
parent 47c3e6f4b6
commit 68bd54ae99

View File

@@ -205,6 +205,9 @@ void HeroMovementController::onTryMoveHero(const CGHeroInstance * hero, const Tr
void HeroMovementController::onQueryReplyApplied()
{
if (!waitingForQueryApplyReply)
return;
waitingForQueryApplyReply = false;
// Server accepted our TeleportDialog query reply and moved hero