Skip to content

Commit

Permalink
Update fn_toggleDuiHud.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
AdlerSalbei authored Apr 9, 2019
1 parent e17eb78 commit 4c2ec54
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions addons/screenshotMode/functions/fn_toggleDuiHud.sqf
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
params ["_stateChange"];

if (_stateChange) then {
diwako_dui_main_toggled_off = true;
}else{
diwako_dui_main_toggled_off = false;
};
diwako_dui_main_toggled_off = !_stateChange;

0 comments on commit 4c2ec54

Please sign in to comment.