summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beingrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-21 00:35:05 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-21 00:35:05 +0300
commita931445e80ea5f62e5db6eaa740512e02b1f6020 (patch)
tree54662c44b10184a1061d33298e834f4e2fe3e2c9 /src/net/tmwa/beingrecv.cpp
parentc678b6861e5657f6bde32749f1b3322c837c26fb (diff)
downloadManaVerse-a931445e80ea5f62e5db6eaa740512e02b1f6020.tar.gz
ManaVerse-a931445e80ea5f62e5db6eaa740512e02b1f6020.tar.bz2
ManaVerse-a931445e80ea5f62e5db6eaa740512e02b1f6020.tar.xz
ManaVerse-a931445e80ea5f62e5db6eaa740512e02b1f6020.zip
Fix typo Plater -> Player.
Diffstat (limited to 'src/net/tmwa/beingrecv.cpp')
-rw-r--r--src/net/tmwa/beingrecv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/beingrecv.cpp b/src/net/tmwa/beingrecv.cpp
index d695e1734..74f6e4492 100644
--- a/src/net/tmwa/beingrecv.cpp
+++ b/src/net/tmwa/beingrecv.cpp
@@ -1162,7 +1162,7 @@ void BeingRecv::processBeingChangeDirection(Net::MessageIn &msg)
BLOCK_END("BeingRecv::processBeingChangeDirection")
}
-void BeingRecv::processPlaterStatusChange(Net::MessageIn &msg)
+void BeingRecv::processPlayerStatusChange(Net::MessageIn &msg)
{
BLOCK_START("BeingRecv::processPlayerStop")
if (!actorManager)