From 9a3f92a3be7790edcdd5963787c299904a3d9f3b Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Mon, 14 Nov 2016 14:14:58 -0500 Subject: [PATCH] bug fix: change blck_debugON to false --- @epochhive/addons/custom_server/Compiles/blck_variables.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@epochhive/addons/custom_server/Compiles/blck_variables.sqf b/@epochhive/addons/custom_server/Compiles/blck_variables.sqf index 59a50f3..da27ebf 100644 --- a/@epochhive/addons/custom_server/Compiles/blck_variables.sqf +++ b/@epochhive/addons/custom_server/Compiles/blck_variables.sqf @@ -6,7 +6,7 @@ Last modified 10/25/16 */ //blck_variablesLoaded = false; -blck_debugON = true; +blck_debugON = false; blck_debugLevel = 3; blck_minFPS = 10;