From fdb2a47796590fd8f1842381d06a6c2bb49be4ac Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Mon, 23 Jan 2017 00:53:49 -0500 Subject: [PATCH] Turned off logging and debuging functions. Test Release --- @epochhive/addons/custom_server/Compiles/blck_variables.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@epochhive/addons/custom_server/Compiles/blck_variables.sqf b/@epochhive/addons/custom_server/Compiles/blck_variables.sqf index 4686f24..285c5cb 100644 --- a/@epochhive/addons/custom_server/Compiles/blck_variables.sqf +++ b/@epochhive/addons/custom_server/Compiles/blck_variables.sqf @@ -6,8 +6,8 @@ Last modified 10/25/16 */ //blck_variablesLoaded = false; -blck_debugON = true; -blck_debugLevel = 3; // Sets level of detail for debugging info - WIP. +blck_debugON = false; +blck_debugLevel = 0; // Sets level of detail for debugging info - WIP. blck_minFPS = 10; ////////////////////////////////////////////////