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:58:03 +02:00 committed by GitHub
parent 899c1ce62a
commit 27798dcc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ if (!isDedicated && hasInterface) then {
_text = _text + format ["<font color='#ff8000'>%1</font><br />%2<br /><br />", _param, _value];
_param = localize "STR_RESTART_PARAM";
_value = if (KP_liberation_restart == 0) then {localize "STR_PARAMS_ENABLED";} else {KP_liberation_restart;};
_value = if (KP_liberation_restart == 0) then {localize "STR_PARAMS_DISABLED";} else {KP_liberation_restart;};
_text = _text + format ["<font color='#ff8000'>%1</font><br />%2<br /><br />", _param, _value];
player createDiaryRecord ["parameters",["Active", _text]];