summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-22 00:42:03 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-22 01:13:03 +0300
commit07c2eb8ffd62fe69f410cc045efc837441a6b6d4 (patch)
tree8755982be53e1dee2bfafbfc158a9b8551d7789e /src/net/tmwa/beinghandler.cpp
parent6dd62fd1082bad225e02312094332630b0debd07 (diff)
downloadManaVerse-07c2eb8ffd62fe69f410cc045efc837441a6b6d4.tar.gz
ManaVerse-07c2eb8ffd62fe69f410cc045efc837441a6b6d4.tar.bz2
ManaVerse-07c2eb8ffd62fe69f410cc045efc837441a6b6d4.tar.xz
ManaVerse-07c2eb8ffd62fe69f410cc045efc837441a6b6d4.zip
Replace typo dont to don't.
Diffstat (limited to 'src/net/tmwa/beinghandler.cpp')
-rw-r--r--src/net/tmwa/beinghandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp
index 17503a406..5016b2f8c 100644
--- a/src/net/tmwa/beinghandler.cpp
+++ b/src/net/tmwa/beinghandler.cpp
@@ -552,7 +552,7 @@ void BeingHandler::processPlayerMoveUpdate(Net::MessageIn &msg, int msgType)
dstBeing->setTileCoords(srcX, srcY);
dstBeing->setDestination(dstX, dstY);
- // because server dont send direction in move packet,
+ // because server don't send direction in move packet,
// we fixing it
if (srcX != dstX || srcY != dstY)