item_set and item_del packets normalized to server

This commit is contained in:
d1str4ught
2025-08-28 22:41:41 +02:00
parent 6b97701f0e
commit 85920e442d
9 changed files with 40 additions and 146 deletions

View File

@@ -131,7 +131,7 @@ void CPythonNetworkStream::LoadingPhase()
return;
break;
case HEADER_GC_ITEM_SET:
case HEADER_GC_ITEM_DEL:
if (RecvItemSetPacket())
return;
break;