mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
0.3.9.0445
fixed issue with repack since 436
This commit is contained in:
parent
61891739c5
commit
9831eadad6
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
build=444;
|
||||
build=445;
|
||||
|
@ -1 +1 @@
|
||||
build=444;
|
||||
build=445;
|
||||
|
@ -50,8 +50,8 @@ if (_class isKindOf 'Constructions_lockedstatic_F') then {
|
||||
|
||||
_gwh = createVehicle["groundWeaponHolder", _posWH, [], 0, "CAN_COLLIDE"];
|
||||
_gwh setPosATL _posWH;
|
||||
|
||||
_returnItems = getArray(configFile >> "CfgBaseBuilding" >> _class >> "returnOnPack");
|
||||
_config = 'CfgBaseBuilding' call EPOCH_returnConfig;
|
||||
_returnItems = getArray(_config >> _class >> "returnOnPack");
|
||||
{
|
||||
_gwh addMagazineCargoGlobal _x;
|
||||
} forEach _returnItems;
|
||||
|
@ -1 +1 @@
|
||||
build=444;
|
||||
build=445;
|
||||
|
@ -1 +1 @@
|
||||
build=444;
|
||||
build=445;
|
||||
|
Loading…
Reference in New Issue
Block a user