From dccbc72ad64a4202c31081a97e2c20d28013fd5e Mon Sep 17 00:00:00 2001 From: Ghostrider-GRG- Date: Mon, 28 May 2018 17:59:17 -0400 Subject: [PATCH] Diabled debuging. --- @GMS/addons/custom_server/Compiles/blck_variables.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@GMS/addons/custom_server/Compiles/blck_variables.sqf b/@GMS/addons/custom_server/Compiles/blck_variables.sqf index 54f562a..ec691b9 100644 --- a/@GMS/addons/custom_server/Compiles/blck_variables.sqf +++ b/@GMS/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 = 2; // Sets level of detail for debugging info - WIP. +blck_debugON = false; +blck_debugLevel = 0; // Sets level of detail for debugging info - WIP. blck_minFPS = 8; ////////////////////////////////////////////////