52a9845b50
Methods for dealing with a killed asset changed. After revision, the mission follows normal despawn timers but no loot crate is spawned. In addition, minor adjustments were made to the load order of mission system modules in blck_init_server.sqf.
7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
private ["_version","_versionDate"];
|
|
blck_version = "6.84 Build 146";
|
|
_blck_version = blck_version;
|
|
_blck_versionDate = "7-7-18 5:00 PM";
|
|
blck_pvs_version = _blck_version;
|
|
publicVariable blck_pvs_version;
|