Differentiate new connection messages on the login and shard ports

This commit is contained in:
2023-03-11 21:54:56 +01:00
parent abcfa3445b
commit a92cfaff25
4 changed files with 4 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ std::map<uint32_t, PacketHandler> CNShardServer::ShardPackets;
std::list<TimerEvent> CNShardServer::Timers;
CNShardServer::CNShardServer(uint16_t p) {
serverType = "shard";
port = p;
pHandler = &CNShardServer::handlePacket;
REGISTER_SHARD_TIMER(keepAliveTimer, 4000);