mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
938f421ac3
Co-authored-by: Dystopian <sddex@ya.ru> Co-authored-by: Mike-MF <TyroneMF@hotmail.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com> Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
17 lines
253 B
Plaintext
17 lines
253 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP_RECOMPILE_START;
|
|
#include "XEH_PREP.hpp"
|
|
PREP_RECOMPILE_END;
|
|
|
|
if (isServer) then {
|
|
GVAR(assignNVGthread) = false;
|
|
GVAR(assignNVGstate) = false;
|
|
};
|
|
|
|
#include "initSettings.sqf"
|
|
|
|
ADDON = true;
|