Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Field Rations - Fix changing HUD type while HUD is shown #205

Merged
merged 1 commit into from
Feb 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion addons/field_rations/initSettings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@
[LSTRING(HudType_DisplayName), LSTRING(HudType_Description)],
LSTRING(DisplayName),
[[0, 1], [LSTRING(ColoredIcons), LSTRING(DrainingIcons)], 0],
false
false,
{
QGVAR(hud) cutFadeOut 0;
}
] call CBA_settings_fnc_init;

[
Expand Down