From f9e774417cf3608c7ad9d858d6c2e9c65f0d2ed3 Mon Sep 17 00:00:00 2001 From: slb2k11 Date: Thu, 17 Sep 2015 11:11:03 +0200 Subject: [PATCH] Update IgiLoad.sqf --- Igiload/IgiLoad.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Igiload/IgiLoad.sqf b/Igiload/IgiLoad.sqf index 8861035..8ad7bd8 100644 --- a/Igiload/IgiLoad.sqf +++ b/Igiload/IgiLoad.sqf @@ -1396,7 +1396,7 @@ if (isnil "IL_Procedures") then //CARGO CONTAINERS - the left and right offset - negative values move the cargo to the left, positive values to the right if ((typeOf _x) in IL_Supported_Pods) then { - _x_cargo_offset = 0.1; + _x_cargo_offset = 0.05; }; _obj_type = (typeOf _v); @@ -2845,4 +2845,4 @@ if (IL_DevMod) then { Player globalChat Format["IgiLoad ""%1"" END.", IL_Script_Inst]; }; -// EOF \ No newline at end of file +// EOF