diff --git a/addons/slideshow/CfgVehicles.hpp b/addons/slideshow/CfgVehicles.hpp index 03bf10b1fb..6c11ba866c 100644 --- a/addons/slideshow/CfgVehicles.hpp +++ b/addons/slideshow/CfgVehicles.hpp @@ -5,7 +5,7 @@ class CfgVehicles { category = "ACE_missionModules"; displayName = CSTRING(DisplayName); function = QFUNC(moduleInit); - scope = 1; + scope = 2; isGlobal = 1; isTriggerActivated = 0; isDisposable = 0;