disable HC by default. Add final build/Version
This commit is contained in:
parent
05a9afa063
commit
dc265e0fda
@ -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
|
||||
|
@ -48,7 +48,7 @@
|
||||
***********************************************************/
|
||||
////////
|
||||
// Headless Client Configurations
|
||||
blck_useHC = true; //
|
||||
blck_useHC = false; //
|
||||
|
||||
///////////////////////////////
|
||||
// Kill message configurations
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user