Update fn_postInit.sqf

This commit is contained in:
DoubleRepo 2018-03-22 04:15:59 +01:00 committed by GitHub
parent 621bce76c5
commit cff4cb5fd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
"TreeLogging PostInit started..." call ExileServer_TreeLogging_log; "TreeLogging PostInit started..." call ExileServer_TreeLogging_log;
FuckingWhen = getText (configFile >> "CfgPatches" >> "TreeLogging" >> "config" >> "FuckingWhen"); FuckingWhen = 2; // uhhhggg
DamnTreeDebug = getText (configFile >> "CfgPatches" >> "TreeLogging" >> "config" >> "DamnTreeDebug"); DamnTreeDebug = false; // ghh
[] call ExileServer_world_loadAllDatabaseTrees; [] call ExileServer_world_loadAllDatabaseTrees;