File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Server/mods/deathmatch/logic/net Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class CSimVehiclePuresyncPacket : public CSimPacket
7575 CVector VehTurnSpeed;
7676
7777 float fVehHealth ;
78- float vehNitroLevel;
78+ float vehNitroLevel { 0 . 0f } ;
7979
8080 std::vector<STrailerInfo> TrailerList;
8181
Original file line number Diff line number Diff line change @@ -608,8 +608,8 @@ enum class eBitStreamVersion : unsigned short
608608 // 2025-01-10
609609 WorldSpecialProperty_FlyingComponents,
610610
611- // 2025-01-16
612- // Add isVehicleNitroActivated and getVehicleNitroLevel Server side
611+ // Add isVehicleNitroActivated and getVehicleNitroLevel Server side
612+ // 2025-01-16
613613 IsVehicleNitroActivated_Serverside,
614614
615615 // Ped's camera synchronization
You can’t perform that action at this time.
0 commit comments