소스 검색

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

we might have some missing packets to handle
Image 4 년 전
부모
커밋
d8794594b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 			}
 		}