initial commit
This commit is contained in:
9
Altis_Life.Altis/initServer.sqf
Normal file
9
Altis_Life.Altis/initServer.sqf
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
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";
|
||||
Reference in New Issue
Block a user