disable HC by default. Add final build/Version

This commit is contained in:
Ghostrider-GRG- 2018-06-02 08:19:29 -04:00
parent 05a9afa063
commit dc265e0fda
3 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@
***********************************************************/
////////
// Headless Client Configurations
blck_useHC = true; // Experimental (death messages and rewards not yet working).
blck_useHC = false; // Experimental (death messages and rewards not yet working).
///////////////////////////////
// Kill message configurations

View File

@ -48,7 +48,7 @@
***********************************************************/
////////
// Headless Client Configurations
blck_useHC = true; //
blck_useHC = false; //
///////////////////////////////
// Kill message configurations

View File

@ -1,6 +1,6 @@
private ["_version","_versionDate"];
blck_version = "6.81 Build 130";
blck_version = "6.82 Build 133";
_blck_version = blck_version;
_blck_versionDate = "5-28-18 4:00 PM";
_blck_versionDate = "6-2-18 9:00 AM";
blck_pvs_version = _blck_version;
publicVariable blck_pvs_version;