diff options
Diffstat (limited to 'src/net/eathena/gamehandler.cpp')
-rw-r--r-- | src/net/eathena/gamehandler.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/net/eathena/gamehandler.cpp b/src/net/eathena/gamehandler.cpp index 0a97aa6f1..6327cb794 100644 --- a/src/net/eathena/gamehandler.cpp +++ b/src/net/eathena/gamehandler.cpp @@ -90,13 +90,7 @@ void GameHandler::connect() const outMsg.writeInt8(Being::genderToInt(token.sex), "sex"); if (serverFeatures->haveMapServerVersion()) loginHandler->sendVersion(); -/* - if (localPlayer) - { - // Change the player's ID to the account ID to match what eAthena uses - localPlayer->setId(token.account_ID); - } -*/ + // We get 4 useless bytes before the real answer comes in (what are these?) // Network::mInstance->skip(4); } |