mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Always create namespace at preInit
This commit is contained in:
parent
130265fd9f
commit
5d610cf148
@ -4,4 +4,6 @@ ADDON = false;
|
|||||||
|
|
||||||
#include "XEH_PREP.hpp"
|
#include "XEH_PREP.hpp"
|
||||||
|
|
||||||
|
GVAR(disabledFactions) = [] call CBA_fnc_createNamespace;
|
||||||
|
|
||||||
ADDON = true;
|
ADDON = true;
|
||||||
|
@ -17,8 +17,4 @@
|
|||||||
|
|
||||||
params [["_faction", "", [""]]];
|
params [["_faction", "", [""]]];
|
||||||
|
|
||||||
if (isNil QGVAR(disabledFactions)) then {
|
|
||||||
GVAR(disabledFactions) = [] call CBA_fnc_createNamespace;
|
|
||||||
};
|
|
||||||
|
|
||||||
GVAR(disabledFactions) setVariable [_faction, true];
|
GVAR(disabledFactions) setVariable [_faction, true];
|
||||||
|
Loading…
Reference in New Issue
Block a user