Update blck_variables.sqf

disabled debugging options
This commit is contained in:
Ghostrider-DbD- 2017-02-06 00:03:58 -05:00 committed by GitHub
parent 81115e862c
commit 3885dc23f4

View File

@ -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;