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:45 +02:00 committed by GitHub
parent 1fb2521286
commit 6d7a28bc9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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