Skip to content

Commit

Permalink
Update Missionframework/scripts/shared/fetch_params.sqf
Browse files Browse the repository at this point in the history
Co-Authored-By: Filip Maciejewski <veteran29@users.noreply.github.com>
  • Loading branch information
Wyqer and veteran29 authored Sep 8, 2019
1 parent 899c1ce commit 27798dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Missionframework/scripts/shared/fetch_params.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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]];
Expand Down

0 comments on commit 27798dc

Please sign in to comment.