mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #5896 from mharis001/master
Revert slideshow module to scope = 2
This commit is contained in:
commit
952af6fa64
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user