4 lines
117 B
Plaintext
4 lines
117 B
Plaintext
if (isServer || isDedicated) then {
|
|
true spawn dragonfly_db_fnc_init;
|
|
[] call forge_server_init_fnc_serverSetup;
|
|
}; |