Explorar o código

disable kick of world server if it sends bogus packet to LS

we might have some missing packets to handle
Image %!s(int64=4) %!d(string=hai) anos
pai
achega
d8794594b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      EQ2/source/LoginServer/LWorld.cpp

+ 1 - 1
EQ2/source/LoginServer/LWorld.cpp

@@ -592,7 +592,7 @@ bool LWorld::Process() {
 				cout << "Unknown LoginSOPcode: 0x" << hex << (int)pack->opcode << dec;
 				cout << " size:" << pack->size << " from " << GetAccount() << endl;
 				DumpPacket(pack->pBuffer, pack->size);
-				Kick("Possible Hacking Attempt");
+				//Kick("Possible Hacking Attempt");
 				break;
 			}
 		}