Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntematonjr committed Mar 19, 2023
1 parent 34485e0 commit 47bd5dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions addons/firesupport/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GVAR(trpMarkers) = [];
[localize "STR_tun_firesupport_cba_alwaysShowTRPmarkers", localize "STR_tun_firesupport_cba_alwaysShowTRPmarkers_tooltip"], // Display name or display name + tooltip (optional, default: same as setting name) <STRING, ARRAY>
localize "STR_tun_firesupport_cba_Category_main", // Category for the settings menu + optional sub-category <STRING, ARRAY>
true, // Extra properties of the setting depending of _settingType.
1, // 1: all clients share the same setting, 2: setting can't be overwritten (optional, default: 0) <ARRAY>
0, // 1: all clients share the same setting, 2: setting can't be overwritten (optional, default: 0) <ARRAY>
{}, // Script to execute when setting is changed. (optional) <CODE>
true //Setting will be marked as needing mission restart after being changed. (optional, default false) <BOOL>
] call CBA_Settings_fnc_init;
Expand All @@ -80,7 +80,7 @@ GVAR(trpMarkers) = [];
[localize "STR_tun_firesupport_cba_debug", localize "STR_tun_firesupport_cba_debug"], // Display name or display name + tooltip (optional, default: same as setting name) <STRING, ARRAY>
localize "STR_tun_firesupport_cba_Category_main", // Category for the settings menu + optional sub-category <STRING, ARRAY>
false, // Extra properties of the setting depending of _settingType.
0, // 1: all clients share the same setting, 2: setting can't be overwritten (optional, default: 0) <ARRAY>
1, // 1: all clients share the same setting, 2: setting can't be overwritten (optional, default: 0) <ARRAY>
{}, // Script to execute when setting is changed. (optional) <CODE>
false //Setting will be marked as needing mission restart after being changed. (optional, default false) <BOOL>
] call CBA_Settings_fnc_init;
4 changes: 2 additions & 2 deletions addons/firesupport/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#define MAJOR 2
#define MINOR 1
#define PATCHLVL 0
#define BUILD 05062022
#define PATCHLVL 3
#define BUILD 19032023

#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
Expand Down

0 comments on commit 47bd5dc

Please sign in to comment.