diff options
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r-- | src/net/eathena/playerhandler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h index 9b0ba215c..a6d5be102 100644 --- a/src/net/eathena/playerhandler.h +++ b/src/net/eathena/playerhandler.h @@ -51,13 +51,12 @@ class PlayerHandler : public MessageHandler, public Ea::PlayerHandler void setDirection(char direction); void setDestination(int x, int y, int direction = -1); void changeAction(Being::Action action); - void processOnlineList(Net::MessageIn &msg); - void requestOnlineList(); void updateStatus(uint8_t status); void processPlayerShortcuts(Net::MessageIn &msg); void processPlayerShowEquip(Net::MessageIn &msg); + void requestOnlineList(); void respawn(); }; |