Browse Source

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

we might have some missing packets to handle
Image 4 years ago
parent
commit
d8794594b8
1 changed files with 1 additions and 1 deletions
  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;
 			}
 		}