Corrected an error in blck_init_server.sqf.
This commit is contained in:
parent
92b7c3d0a7
commit
abde31c791
@ -11,7 +11,8 @@
|
||||
|
||||
if ( !(isServer) || hasInterface) exitWith{};
|
||||
|
||||
#include "blck_defines.hpp";
|
||||
//#include "blck_defines.hpp";
|
||||
#include "\q\addons\custom_server\Configs\blck_defines.hpp";
|
||||
|
||||
if !(isNil "blck_Initialized") exitWith{};
|
||||
private _blck_loadingStartTime = diag_tickTime;
|
||||
|
Loading…
Reference in New Issue
Block a user