Update IgiLoad.sqf

This commit is contained in:
slb2k11
2015-09-17 11:11:03 +02:00
parent 574469944b
commit f9e774417c

View File

@ -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
// EOF