Zepheris
230ea2b038
ExileServer_system_rcon_thread_check.sqf added debug line to track server uptime and server restart countdown
28 lines
448 B
C++
28 lines
448 B
C++
class CfgPatches
|
|
{
|
|
class a3_exile_occupation
|
|
{
|
|
units[] = {};
|
|
weapons[] = {};
|
|
requiredVersion = 0.1;
|
|
a3_exile_occupation_version = "V69 (21-07-2017)";
|
|
requiredAddons[] = {"a3_dms"};
|
|
author[]= {"second_coming - updated/modified by [FPS]kuplion"};
|
|
};
|
|
};
|
|
|
|
class CfgFunctions
|
|
{
|
|
class yorkshire
|
|
{
|
|
class main
|
|
{
|
|
class YORKS_init
|
|
{
|
|
postInit = 1;
|
|
file = "\x\addons\a3_exile_occupation\initServer.sqf";
|
|
};
|
|
};
|
|
};
|
|
};
|