From 899c1ce62a9f3bc701c0fb600d4b1c7ca2b48284 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 8 Sep 2019 12:57:54 +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 0afbca7a..bed215d2 100644 --- a/Missionframework/scripts/shared/fetch_params.sqf +++ b/Missionframework/scripts/shared/fetch_params.sqf @@ -386,7 +386,7 @@ if (!isDedicated && hasInterface) then { _text = _text + format ["%1
%2

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

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