remove log

This commit is contained in:
Aaron Kimbre 2023-08-04 21:54:17 -05:00
parent 612d0d6a56
commit f10e45a2dd

View File

@ -909,7 +909,7 @@ void HandlePacket(Packet* packet) {
Game::logger->Log("WorldServer", "Client's database checksum does not match the server's, aborting connection.");
Game::server->Disconnect(packet->systemAddress, eServerDisconnectIdentifiers::WRONG_GAME_VERSION);
return;
} else Game::logger->Log("WorldServer", "checksum was good");
}
}
//Request the session info from Master: