diff options
Diffstat (limited to 'src/net/accountserver/account.cpp')
-rw-r--r-- | src/net/accountserver/account.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/net/accountserver/account.cpp b/src/net/accountserver/account.cpp index 385cd77a..7275cacc 100644 --- a/src/net/accountserver/account.cpp +++ b/src/net/accountserver/account.cpp @@ -100,17 +100,3 @@ void Net::AccountServer::Account::changePassword( Net::AccountServer::connection->send(msg); } - -void Net::AccountServer::Account::enterWorld() -{ - MessageOut msg(PAMSG_ENTER_WORLD); - - Net::AccountServer::connection->send(msg); -} - -void Net::AccountServer::Account::enterChat() -{ - MessageOut msg(PAMSG_ENTER_CHAT); - - Net::AccountServer::connection->send(msg); -} |