mirror of
https://github.com/slb2k11/Exile_Igiload.git
synced 2024-08-30 17:32:13 +00:00
Update IgiLoad.sqf
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user