summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r--src/being/localplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp
index cde59bd7a..33133a376 100644
--- a/src/being/localplayer.cpp
+++ b/src/being/localplayer.cpp
@@ -2492,7 +2492,7 @@ void LocalPlayer::setRealPos(const int x, const int y)
mCrossY = y;
}
if (mMap->isCustom())
- mMap->setWalk(x, y, true);
+ mMap->setWalk(x, y);
}
void LocalPlayer::fixAttackTarget()
{