diff --git a/Server Addon/TreeLogging/bootstrap/fn_postInit.sqf b/Server Addon/TreeLogging/bootstrap/fn_postInit.sqf index c13c403..ba86535 100644 --- a/Server Addon/TreeLogging/bootstrap/fn_postInit.sqf +++ b/Server Addon/TreeLogging/bootstrap/fn_postInit.sqf @@ -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;