diff --git a/addons/headless/CfgVehicles.hpp b/addons/headless/CfgVehicles.hpp index 953ebb6a..c0499a97 100644 --- a/addons/headless/CfgVehicles.hpp +++ b/addons/headless/CfgVehicles.hpp @@ -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; diff --git a/addons/sitting/CfgVehicles.hpp b/addons/sitting/CfgVehicles.hpp index e5989468..582e9da0 100644 --- a/addons/sitting/CfgVehicles.hpp +++ b/addons/sitting/CfgVehicles.hpp @@ -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)); diff --git a/addons/viewrestriction/CfgVehicles.hpp b/addons/viewrestriction/CfgVehicles.hpp index 9300b2e6..949d87cb 100644 --- a/addons/viewrestriction/CfgVehicles.hpp +++ b/addons/viewrestriction/CfgVehicles.hpp @@ -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 {