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

CBA Settings Compat - Hide setting modules #134

Merged
merged 1 commit into from
Aug 7, 2018
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion addons/headless/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class CfgVehicles {
category = "ACEX";
displayName = CSTRING(Module);
function = QFUNC(moduleInit);
scope = 2;
scope = 1;
isGlobal = 1; // Global
isTriggerActivated = 0;
isDisposable = 0;
Expand Down
2 changes: 1 addition & 1 deletion addons/sitting/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgVehicles {
category = "ACEX";
displayName = CSTRING(ModuleDisplayName);
function = QFUNC(moduleInit);
scope = 2;
scope = 1;
isGlobal = 1;
isSingular = 1;
icon = QUOTE(PATHTOF(UI\Icon_Module_Sitting_ca.paa));
Expand Down
2 changes: 1 addition & 1 deletion addons/viewrestriction/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class CfgVehicles {
category = "ACEX";
function = QFUNC(moduleInit);
displayName = CSTRING(ModuleDisplayName);
scope = 2;
scope = 1;
isGlobal = 1;
icon = QUOTE(PATHTOF(UI\Icon_Module_ViewRestriction_ca.paa));
class Arguments {
Expand Down