소스 검색

Update EQStream.cpp

Fixes #62
Image 4 년 전
부모
커밋
54abbd5645
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      EQ2/source/common/EQStream.cpp

+ 1 - 0
EQ2/source/common/EQStream.cpp

@@ -551,6 +551,7 @@ void EQStream::ProcessPacket(EQProtocolPacket *p)
 			break;
 			case OP_OutOfSession: {
 				LogWrite(PACKET__INFO, 0, "Packet", "OP_OutOfSession");
+				SendDisconnect();
 			}
 			break;
 			default: