Revert slideshow module to scope = 2

Slideshow is mission utility not setting
This commit is contained in:
mharis001 2017-12-12 10:54:48 -05:00
parent d234fd33a0
commit b3c8a243cb

View File

@ -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;