mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:53:28 +00:00
added initial version of server addon to handle TCP socket into the TAK Server
This commit is contained in:
9
addons/server/XEH_preInit.sqf
Normal file
9
addons/server/XEH_preInit.sqf
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
ADDON = false;
|
||||
|
||||
PREP_RECOMPILE_START;
|
||||
#include "XEH_PREP.hpp"
|
||||
PREP_RECOMPILE_END;
|
||||
|
||||
ADDON = true;
|
||||
Reference in New Issue
Block a user