summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 8b85ac5ab..18615fa69 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -870,7 +870,7 @@ void Game::handleMove()
localPlayer->cancelFollow();
}
- if ((!inputManager.isActionActive(InputAction::EMOTE)
+ if ((!inputManager.isActionActive(InputAction::EMOTE)
&& !inputManager.isActionActive(InputAction::PET_EMOTE)
&& !inputManager.isActionActive(InputAction::STOP_ATTACK))
|| direction == 0)