mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Fix random spawned vehicle loot saving
Dynamic vehicle loot will save to database now even if no players interact with the vehicle before restart.
This commit is contained in:
@@ -82,6 +82,6 @@ if (count AllowedVehiclesList == 0) then {
|
||||
};
|
||||
|
||||
[_veh,[_dir,_objPosition],_vehicle,true,"0"] call server_publishVeh;
|
||||
[_veh, "gear"] call server_updateObject;
|
||||
_vehiclesToUpdate set [count _vehiclesToUpdate,_veh];
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user