blckeagles-revisited-RC/@GMS/addons/custom_server/init/build.sqf
Ghostrider-GRG- 52a9845b50 Build 146.
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.
2018-07-06 19:38:03 -04:00

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;