From 3885dc23f44e9b335468cbcd41685a259f0dfe1b Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Mon, 6 Feb 2017 00:03:58 -0500 Subject: [PATCH] Update blck_variables.sqf disabled debugging options --- @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 ef119a1..285c5cb 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 = 0; // Sets level of detail for debugging info - WIP. blck_minFPS = 10;