mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Update remove.sqf
This commit is contained in:
@@ -132,7 +132,7 @@ if (_isModular) then {
|
|||||||
_isEnabled = _x select 0; // is refund enabled?
|
_isEnabled = _x select 0; // is refund enabled?
|
||||||
_refund = _x select _actionContext; // get refund array
|
_refund = _x select _actionContext; // get refund array
|
||||||
};
|
};
|
||||||
} count DZE_modularConfig;
|
} foreach DZE_modularConfig;
|
||||||
|
|
||||||
if (_actionContext == 2) then { // if singular kit
|
if (_actionContext == 2) then { // if singular kit
|
||||||
_refund = [[_refund, 1]]; // reformat array
|
_refund = [[_refund, 1]]; // reformat array
|
||||||
|
|||||||
Reference in New Issue
Block a user