Update remove.sqf

This commit is contained in:
A Man
2022-05-22 17:40:15 +02:00
parent 754ae1c4ad
commit 4d3ab08ce7

View File

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