Update blck_variables.sqf

Set all debug settings to off.
This commit is contained in:
Ghostrider-DbD- 2017-01-13 17:50:08 -05:00 committed by GitHub
parent 098af939c3
commit 4f1ad15596

View File

@ -6,8 +6,8 @@
Last modified 10/25/16 Last modified 10/25/16
*/ */
//blck_variablesLoaded = false; //blck_variablesLoaded = false;
blck_debugON = true; blck_debugON = false;
blck_debugLevel = 1; // Sets level of detail for debugging info - WIP. blck_debugLevel = 0; // Sets level of detail for debugging info - WIP.
blck_minFPS = 10; blck_minFPS = 10;
//////////////////////////////////////////////// ////////////////////////////////////////////////