ready for dedi
This commit is contained in:
14
framework/zeus/functions/fn_initClient.sqf
Normal file
14
framework/zeus/functions/fn_initClient.sqf
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "..\script_component.hpp"
|
||||
|
||||
if (!hasInterface) exitWith {};
|
||||
|
||||
call FUNC(addZenModules);
|
||||
|
||||
[
|
||||
LEVEL_DEBUG,
|
||||
QUOTE(COMPONENT),
|
||||
"postInit complete",
|
||||
[]
|
||||
] call EFUNC(common,log);
|
||||
|
||||
localNamespace setVariable [QGVAR(complete), true];
|
||||
Reference in New Issue
Block a user