un tipeu de cleanup

This commit is contained in:
MarcEricMartel
2023-11-01 12:18:27 -04:00
parent 0ef437600d
commit ab84e42c72
2 changed files with 18 additions and 0 deletions

View File

@@ -1017,6 +1017,7 @@ void netprot::sendPack<netprot::Packet>(SOCKET sock, Packet* pack, Buffer* buf)
return;
case PACKET_TYPE::CHUNKMOD:
//sendPack<ChunkMod>(sock, (ChunkMod*)pack->ptr, buf);
return;
case PACKET_TYPE::PLAYERMOD:
//sendPack<PlayerMod>(sock, (PlayerMod*)pack->ptr, buf);
return;