mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update tent base class name
DZ_storage_base is now the base class for all tent and stash types.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user