Bug Fixes - thank you to Grahame for reporting.
This commit is contained in:
parent
8fca8adcf8
commit
939eff1581
@ -29,7 +29,7 @@ blck_functionsCompiled = nil;
|
|||||||
diag_log format["[blckeagls] debug mode settings:blck_debugON = %1",blck_debugON];
|
diag_log format["[blckeagls] debug mode settings:blck_debugON = %1",blck_debugON];
|
||||||
|
|
||||||
private["_modType"];
|
private["_modType"];
|
||||||
_modType = [] call blck_getModType;
|
_modType = [] call blck_fnc_getModType;
|
||||||
|
|
||||||
if (_modType isEqualTo "Epoch") then
|
if (_modType isEqualTo "Epoch") then
|
||||||
{
|
{
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
private ["_version","_versionDate"];
|
private ["_version","_versionDate"];
|
||||||
_blck_version = "6.44 Build 15";
|
_blck_version = "6.44 Build 16";
|
||||||
_blck_versionDate = "11-18-16 6:00 AM";
|
_blck_versionDate = "11-30-16 6:00 9M";
|
||||||
|
Loading…
Reference in New Issue
Block a user