Disable debug mode.

This commit is contained in:
Ghostrider-DbD- 2017-10-25 20:39:15 -04:00
parent 4f905193e2
commit c4c796863f

View File

@ -12,8 +12,8 @@
*/
#include"\q\addons\custom_server\Configs\blck_defines.hpp";
blck_debugON = true;
blck_debugLevel = 3; // 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;
////////////////////////////////////////////////