Update tent base class name

DZ_storage_base is now the base class for all tent and stash types.
This commit is contained in:
ebaydayz
2016-04-28 13:53:21 -04:00
parent f42496bb03
commit 034d898880
4 changed files with 9 additions and 13 deletions

View File

@@ -82,7 +82,7 @@ if (_abort) exitWith {
DZE_ActionInProgress = false;
};
_canBuild = [_pos, _this, true] call DZE_BuildChecks;
_canBuild = [_pos, _this, true] call dze_buildChecks;
if (_canBuild select 0) then {
_classname = getText (configFile >> "CfgMagazines" >> DZE_buildItem >> "ItemActions" >> "Build" >> "create");
_classnametmp = _classname;