Bug Fixes - thank you to Grahame for reporting.

This commit is contained in:
Ghostrider-DbD- 2016-11-30 17:33:23 -05:00
parent 8fca8adcf8
commit 939eff1581
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ blck_functionsCompiled = nil;
diag_log format["[blckeagls] debug mode settings:blck_debugON = %1",blck_debugON];
private["_modType"];
_modType = [] call blck_getModType;
_modType = [] call blck_fnc_getModType;
if (_modType isEqualTo "Epoch") then
{

View File

@ -1,3 +1,3 @@
private ["_version","_versionDate"];
_blck_version = "6.44 Build 15";
_blck_versionDate = "11-18-16 6:00 AM";
_blck_version = "6.44 Build 16";
_blck_versionDate = "11-30-16 6:00 9M";