From 4f1ad155960c0f06d71b8731f6d742599d1f667b Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Fri, 13 Jan 2017 17:50:08 -0500 Subject: [PATCH] Update blck_variables.sqf Set all debug settings 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 8153481..032db5a 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 = 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; ////////////////////////////////////////////////