We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3e330 commit a67f2d9Copy full SHA for a67f2d9
MTA10_Server/mods/deathmatch/logic/packets/CVehiclePuresyncPacket.cpp
@@ -472,7 +472,7 @@ bool CVehiclePuresyncPacket::Write ( NetBitStreamInterface& BitStream ) const
472
473
// Write the serverside model (#8800)
474
if ( BitStream.Version ( ) >= 0x05F )
475
- BitStream.Write ( pVehicle->GetModel() );
+ BitStream.Write ( (int) pVehicle->GetModel() );
476
477
// Write the vehicle matrix only if he's the driver
478
CVector vecTemp;
0 commit comments