From d4e330cb7f3f4b34c0aebd14dd194d72d6f62c32 Mon Sep 17 00:00:00 2001 From: Ghostrider-GRG- Date: Sun, 5 Aug 2018 14:13:04 -0400 Subject: [PATCH] Build 149 Fixed issues with headless clients. cleaned up code for monitoring vehicles; added some credits and licensing information; removed some comments that were not necessary. --- @GMS/addons/custom_server/init/build.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@GMS/addons/custom_server/init/build.sqf b/@GMS/addons/custom_server/init/build.sqf index 79f5e73..fde48c8 100644 --- a/@GMS/addons/custom_server/init/build.sqf +++ b/@GMS/addons/custom_server/init/build.sqf @@ -1,6 +1,6 @@ private ["_version","_versionDate"]; -blck_version = "6.84 Build 148"; +blck_version = "6.84 Build 149"; _blck_version = blck_version; -_blck_versionDate = "7-29-18 8:00 PM"; +_blck_versionDate = "8-5-18 5:00 PM"; blck_pvs_version = _blck_version; publicVariable blck_pvs_version;