[bot] Update CNetGame::UpdateNetwork()

This commit is contained in:
RD42 2024-06-08 21:57:35 +08:00
parent a58e45731c
commit 9e83c1fd19

View File

@ -369,6 +369,8 @@ void CNetGame::UpdateNetwork()
Packet_TrailerSync(pkt);
break;
}
m_pRakClient->DeallocatePacket(pkt);
}
}