diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf index d8ab9fa2..b418b101 100644 --- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf +++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf @@ -197,10 +197,6 @@ for "_i" from 1 to _maxVehicleLimit do { _object removeMagazinesTurret [_x, [-1]]; } forEach _mags; */ - // vehicle simulation handler - if (_simulationHandler) then{ - _vehicle enableSimulationGlobal false; - }; if (EPOCH_DEBUG_VEH) then { _marker = createMarker [str(_location) , _location]; _marker setMarkerShape "ICON"; @@ -248,6 +244,10 @@ for "_i" from 1 to _maxVehicleLimit do { } forEach _actualHitpoints; }; }; + // vehicle simulation handler + if (_simulationHandler) then{ + _vehicle enableSimulationGlobal false; + }; } forEach _vehicleDamages; }; // add all spawned vehicles to remains collector.