mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 17:10:49 +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:
@@ -1,7 +1,7 @@
|
||||
private ["_missingText","_hasrequireditem","_hastoolweapon","_item","_require","_missing","_text","_classname","_hasbuilditem"];
|
||||
|
||||
_item = _this select 0;
|
||||
_require = _this select 1;
|
||||
_require = _this select 1;
|
||||
_classname = _this select 2;
|
||||
_missing = [];
|
||||
_missingText = "";
|
||||
|
||||
Reference in New Issue
Block a user