summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamehandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-20 19:15:01 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-20 19:15:01 +0300
commitb0eaafd16b9b9eace4c59ae9a06f6e3f03a95a5e (patch)
treee4f4aa51da7f5402f54f9acccde46a21d7be1298 /src/net/eathena/gamehandler.cpp
parentd036ceb193139ada2322c0f3b16991d09301878f (diff)
downloadManaVerse-b0eaafd16b9b9eace4c59ae9a06f6e3f03a95a5e.tar.gz
ManaVerse-b0eaafd16b9b9eace4c59ae9a06f6e3f03a95a5e.tar.bz2
ManaVerse-b0eaafd16b9b9eace4c59ae9a06f6e3f03a95a5e.tar.xz
ManaVerse-b0eaafd16b9b9eace4c59ae9a06f6e3f03a95a5e.zip
Add old versions for packet CMSG_MAP_SERVER_CONNECT.
Diffstat (limited to 'src/net/eathena/gamehandler.cpp')
-rw-r--r--src/net/eathena/gamehandler.cpp8
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);
}