mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Improve autowalk
This commit is contained in:
@@ -469,9 +469,6 @@ void Game::processAttackCancel(uint seq)
|
||||
|
||||
void Game::processWalkCancel(Otc::Direction direction)
|
||||
{
|
||||
if(m_localPlayer->isAutoWalking())
|
||||
m_protocolGame->sendStop();
|
||||
|
||||
m_localPlayer->cancelWalk(direction);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user