[bot] Update CNetGame::UpdateNetwork()

This commit is contained in:
RD42 2024-10-06 22:30:01 +08:00
parent 12d2a4972f
commit b2a6410482

View File

@ -649,6 +649,9 @@ void CNetGame::UpdateNetwork()
case ID_PLAYER_SYNC:
Packet_PlayerSync(pkt);
break;
case ID_VEHICLE_SYNC:
Packet_VehicleSync(pkt);
break;
case ID_PASSENGER_SYNC:
Packet_PassengerSync(pkt);
break;