Skip to content

Commit

Permalink
Fix missing GVAR line for 7RHA group in initSettings.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
Darojax committed Nov 24, 2024
1 parent 08b70b1 commit 181c38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/dzf/initSettings.inc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ private _category = "16AA - Drop Zone Flashes";
_category,
["'7RHA'"],
1,
nil,
{GVAR(7rha_group_array) = parseSimpleArray format ["[%1]", GVAR(7rha_group)];},
true
] call CBA_fnc_addSetting;

Expand Down
2 changes: 1 addition & 1 deletion addons/main/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR 1
#define MINOR 1
#define PATCH 1
#define BUILD 1
#define BUILD 2

0 comments on commit 181c38e

Please sign in to comment.