From 47762bbaed1d96e6006608734c7198f395cee3ff Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Thu, 23 Mar 2017 21:36:49 -0400 Subject: [PATCH] set debugging to OFF --- @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 9d19a0b..4605bdd 100644 --- a/@epochhive/addons/custom_server/Compiles/blck_variables.sqf +++ b/@epochhive/addons/custom_server/Compiles/blck_variables.sqf @@ -12,8 +12,8 @@ */ #include"\q\addons\custom_server\Configs\blck_defines.hpp"; -blck_debugON = true; -blck_debugLevel = 1; // 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; ////////////////////////////////////////////////