From 6d7a28bc9b476737b0d3c8e56715d2fb018df9e8 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 8 Sep 2019 12:57:45 +0200 Subject: [PATCH] Update Missionframework/scripts/shared/fetch_params.sqf Co-Authored-By: Filip Maciejewski --- Missionframework/scripts/shared/fetch_params.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Missionframework/scripts/shared/fetch_params.sqf b/Missionframework/scripts/shared/fetch_params.sqf index 94524daf..0afbca7a 100644 --- a/Missionframework/scripts/shared/fetch_params.sqf +++ b/Missionframework/scripts/shared/fetch_params.sqf @@ -382,7 +382,7 @@ if (!isDedicated && hasInterface) then { _text = _text + format ["%1
%2

", _param, _value]; _param = localize "STR_PARAM_ALLOW_ENEMIES_IN_IMMOBILE"; - _value = if (KP_liberation_allowEnemiesInImmobile == 0) then {localize "STR_PARAMS_ENABLED";} else {KP_liberation_allowEnemiesInImmobile;}; + _value = if (KP_liberation_allowEnemiesInImmobile == 0) then {localize "STR_PARAMS_DISABLED";} else {KP_liberation_allowEnemiesInImmobile;}; _text = _text + format ["%1
%2

", _param, _value]; _param = localize "STR_PARAM_DELAY_DESPAWN_MAX";