From 5859bf2356415804b38a55d412a1753cf5278958 Mon Sep 17 00:00:00 2001 From: He-Man Date: Wed, 14 Dec 2016 21:58:08 +0100 Subject: [PATCH] Safe/Load all Vehicle Magazines correctly --- .../epoch_vehicle/EPOCH_load_vehicles_old.sqf | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles_old.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles_old.sqf index ad3afd50..98eb3655 100644 --- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles_old.sqf +++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles_old.sqf @@ -243,19 +243,6 @@ for "_i" from 1 to _maxVehicleLimit do { }; }; - // turrets - /* - _mags = _vehicle magazinesTurret [0]; - { - _object removeMagazinesTurret [_x, [0]]; - } forEach _mags; - - _mags = _vehicle magazinesTurret [-1]; - { - _object removeMagazinesTurret [_x, [-1]]; - } forEach _mags; - */ - if (EPOCH_DEBUG_VEH) then { _marker = createMarker [str(_location) , _location]; _marker setMarkerShape "ICON"; @@ -267,9 +254,6 @@ for "_i" from 1 to _maxVehicleLimit do { if (_simulationHandler) then{ _vehicle enableSimulationGlobal false; }; - - - }; }; };