mirror of
https://github.com/Fallingsheep1985/Arma3Epoch.git
synced 2024-08-30 16:42:12 +00:00
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
|
/*
|
||
|
File: initServer.sqf
|
||
|
|
||
|
Description:
|
||
|
Starts the Initialization of the VEMF Server code.
|
||
|
*/
|
||
|
if (isServer) then {
|
||
|
[] ExecVM "\VEMF\init.sqf";
|
||
|
};
|