From 4d3ab08ce724b93a818c8fc4fc4806a0d549b07c Mon Sep 17 00:00:00 2001 From: A Man Date: Sun, 22 May 2022 17:40:15 +0200 Subject: [PATCH] Update remove.sqf --- SQF/dayz_code/actions/remove.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/remove.sqf b/SQF/dayz_code/actions/remove.sqf index 2ec218b36..8957bc30e 100644 --- a/SQF/dayz_code/actions/remove.sqf +++ b/SQF/dayz_code/actions/remove.sqf @@ -132,7 +132,7 @@ if (_isModular) then { _isEnabled = _x select 0; // is refund enabled? _refund = _x select _actionContext; // get refund array }; - } count DZE_modularConfig; + } foreach DZE_modularConfig; if (_actionContext == 2) then { // if singular kit _refund = [[_refund, 1]]; // reformat array