Remove P2P UDP & Hackshield packets

This commit is contained in:
2025-04-13 09:05:07 +03:00
parent 5ba1cb44b9
commit 1e96dae60b
15 changed files with 0 additions and 432 deletions

View File

@ -546,10 +546,6 @@ class CPythonNetworkStream : public CNetworkStream, public CSingleton<CPythonNet
// Channel
bool RecvChannelPacket();
//Security
bool RecvHSCheckRequest();
bool RecvXTrapVerifyRequest();
protected:
// 이모티콘
bool ParseEmoticon(const char * pChatMsg, DWORD * pdwEmoticon);