From a931445e80ea5f62e5db6eaa740512e02b1f6020 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 21 Mar 2016 00:35:05 +0300 Subject: Fix typo Plater -> Player. --- src/net/tmwa/beingrecv.cpp | 2 +- src/net/tmwa/beingrecv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/tmwa') 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) diff --git a/src/net/tmwa/beingrecv.h b/src/net/tmwa/beingrecv.h index 0d7dd93ff..437035562 100644 --- a/src/net/tmwa/beingrecv.h +++ b/src/net/tmwa/beingrecv.h @@ -63,7 +63,7 @@ namespace TmwAthena const uint8_t type, const int id, const int id2) A_NONNULL(2); - void processPlaterStatusChange(Net::MessageIn &msg); + void processPlayerStatusChange(Net::MessageIn &msg); void processBeingResurrect(Net::MessageIn &msg); void processPlayerGuilPartyInfo(Net::MessageIn &msg); void processBeingSelfEffect(Net::MessageIn &msg); -- cgit v1.2.3-70-g09d2