Update fn_postInit.sqf

This commit is contained in:
DoubleRepo
2018-03-21 11:12:17 +01:00
committed by GitHub
parent 65d12ef388
commit d020f643ce

View File

@ -1,5 +1,8 @@
"TreeLogging PostInit started..." call ExileServer_TreeLogging_log;
FuckingWhen = getText (configFile >> "CfgPatches" >> "TreeLogging" >> "config" >> "FuckingWhen");
DamnTreeDebug = getText (configFile >> "CfgPatches" >> "TreeLogging" >> "config" >> "DamnTreeDebug");
[] call ExileServer_world_loadAllDatabaseTrees;
"TreeLogging PostInit finished..." call ExileServer_TreeLogging_log;