Update Missionframework/scripts/shared/fetch_params.sqf

Co-Authored-By: Filip Maciejewski <veteran29@users.noreply.github.com>
This commit is contained in:
Christian 2019-09-08 12:57:54 +02:00 committed by GitHub
parent 6d7a28bc9b
commit 899c1ce62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ if (!isDedicated && hasInterface) then {
_text = _text + format ["<font color='#ff8000'>%1</font><br />%2<br /><br />", _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 ["<font color='#ff8000'>%1</font><br />%2<br /><br />", _param, _value];
_param = localize "STR_PARAM_LIMITEDZEUS";