Merge pull request #30 from MGTDB/patch-3

Update blck_init.sqf
This commit is contained in:
Ghostrider-DbD- 2017-01-09 19:51:31 -05:00 committed by GitHub
commit 095b857f13

View File

@ -111,8 +111,8 @@ if (blck_enableBlueMissions > 0) then
};
// start the main thread for the mission system which monitors missions running and stuff to be cleaned up
[] execVM "\q\addons\custom_server\Compiles\Functions\GMS_fnc_mainThread.sqf";
[] execVM "\q\addons\custom_server\Compiles\Vehicles\GMS_fnc_vehicleMonitorLoop.sqf";
call compile preprocessfilelinenumber "\q\addons\custom_server\Compiles\Functions\GMS_fnc_mainThread.sqf";
call compile preprocessfilelinenumber "\q\addons\custom_server\Compiles\Vehicles\GMS_fnc_vehicleMonitorLoop.sqf";
// start a little loop that sends clients the current serverFPS
[] execVM "\q\addons\custom_server\Compiles\Functions\broadcastServerFPS.sqf";