diff --git a/Exile Mission File/Exile_Server_Overrides/ExileServer_system_simulationMonitor_initialize.sqf b/Exile Mission File/Exile_Server_Overrides/ExileServer_system_simulationMonitor_initialize.sqf new file mode 100644 index 0000000..8892432 --- /dev/null +++ b/Exile Mission File/Exile_Server_Overrides/ExileServer_system_simulationMonitor_initialize.sqf @@ -0,0 +1,14 @@ +/** + * ExileServer_system_simulationMonitor_initialize + * + * Exile Mod + * www.exilemod.com + * © 2015 Exile Mod Team + * + * This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. + * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/. + */ + +ExileSimulationMonitoredVehicles = []; +//[2, ExileServer_system_simulationMonitor_thread_toggleSimulation, [], true] call ExileServer_system_thread_addTask; +true