diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 4bcd19524..b0d8234ca 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -2108,7 +2108,6 @@ void Being::updateBotFollow(int dstX, { dstY = mY; } - } botFixOffset(dstX, dstY); moveBotTo(dstX, dstY); |