hackshield and xtrap codes removed

This commit is contained in:
d1str4ught
2025-08-28 19:54:23 +02:00
parent b9783bec79
commit d4a1591a50
23 changed files with 1 additions and 678 deletions

View File

@@ -614,14 +614,6 @@ void CPythonNetworkStream::GamePhase()
break;
#endif
case HEADER_GC_HS_REQUEST:
ret = RecvHSCheckRequest();
break;
case HEADER_GC_XTRAP_CS1_REQUEST:
ret = RecvXTrapVerifyRequest();
break;
case HEADER_GC_SPECIFIC_EFFECT:
ret = RecvSpecificEffect();
break;