diff options
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 6c846ce91..74942999e 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -2065,9 +2065,6 @@ void Being::botLogic() restrict2 break; } case BeingAction::SIT: - botFixOffset(dstX, dstY); - moveBotTo(dstX, dstY); - break; case BeingAction::DEAD: botFixOffset(dstX, dstY); moveBotTo(dstX, dstY); |