diff options
Diffstat (limited to 'src/net/eathena/playerhandler.cpp')
-rw-r--r-- | src/net/eathena/playerhandler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp index 33a8c611e..5f6341b25 100644 --- a/src/net/eathena/playerhandler.cpp +++ b/src/net/eathena/playerhandler.cpp @@ -235,9 +235,6 @@ void PlayerHandler::requestOnlineList() const void PlayerHandler::updateStatus(const uint8_t status) const { - MessageOut outMsg(CMSG_SET_STATUS); - outMsg.writeInt8(status); - outMsg.writeInt8(0); } void PlayerHandler::setShortcut(const int idx, |