Files
AltisLifeFramework/Altis_Life.Altis/initServer.sqf
Benjamin Kyd c8014ec81e initial commit
2019-06-05 00:45:50 +01:00

10 lines
222 B
Plaintext

/*
File: initServer.sqf
Author:
Description:
Starts the initialization of the server.
*/
if (!(_this select 0)) exitWith {}; //Not server
[] call compile preprocessFileLineNumbers "\life_server\init.sqf";