Skip to content

Commit

Permalink
[mil_placement_custom] Fix issue where custom objectives have debug e…
Browse files Browse the repository at this point in the history
…nabled by default regardless. Fixes #236
  • Loading branch information
tupolov committed Jan 9, 2017
1 parent bb7c847 commit 3767378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/mil_placement_custom/fnc_CMP.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ switch(_operation) do {
[_cluster,"size", _size] call ALIVE_fnc_hashSet;
[_cluster,"type", "MIL"] call ALIVE_fnc_hashSet;
[_cluster,"priority", _priority] call ALIVE_fnc_hashSet;
[_cluster,"debug", true] call ALIVE_fnc_cluster;
[_cluster,"debug", _debug] call ALIVE_fnc_cluster;

[_logic, "objectives", [_cluster]] call MAINCLASS;

Expand Down

0 comments on commit 3767378

Please sign in to comment.