From b3c8a243cbc4370be6600ccf483b9dccaeb3b601 Mon Sep 17 00:00:00 2001 From: mharis001 <34453221+mharis001@users.noreply.github.com> Date: Tue, 12 Dec 2017 10:54:48 -0500 Subject: [PATCH] Revert slideshow module to scope = 2 Slideshow is mission utility not setting --- addons/slideshow/CfgVehicles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;