diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-20 17:39:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-20 17:39:34 +0300 |
commit | ac5b6771c50c97dc667611a104acb8c87cf65231 (patch) | |
tree | baa35ff0bf347546831e2d817c082de6961e9924 /src/net/tmwa/beinghandler.h | |
parent | 08bd81e4db25d054c49fdea16062f23b0eb69fc6 (diff) | |
download | plus-ac5b6771c50c97dc667611a104acb8c87cf65231.tar.gz plus-ac5b6771c50c97dc667611a104acb8c87cf65231.tar.bz2 plus-ac5b6771c50c97dc667611a104acb8c87cf65231.tar.xz plus-ac5b6771c50c97dc667611a104acb8c87cf65231.zip |
Move processNameResponse2 into ea namespace.
Diffstat (limited to 'src/net/tmwa/beinghandler.h')
-rw-r--r-- | src/net/tmwa/beinghandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/tmwa/beinghandler.h b/src/net/tmwa/beinghandler.h index 1ecc23d43..cb366d8a1 100644 --- a/src/net/tmwa/beinghandler.h +++ b/src/net/tmwa/beinghandler.h @@ -56,8 +56,6 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler static void processBeingMove(Net::MessageIn &msg); - static void processNameResponse2(Net::MessageIn &msg); - static void processPlayerUpdate1(Net::MessageIn &msg); static void processPlayerUpdate2(Net::MessageIn &msg); |