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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user