Merge pull request #5896 from mharis001/master

Revert slideshow module to scope = 2
This commit is contained in:
Jo David 2017-12-12 17:12:28 +01:00 committed by GitHub
commit 952af6fa64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;