Fix some errors

This commit is contained in:
ebaydayz
2016-03-31 14:45:13 -04:00
parent 6de88c7b07
commit 3f6cd7de42
33 changed files with 185 additions and 167 deletions

View File

@@ -1,5 +1,5 @@
// If no parameters were passed redirect to vanilla player_craftItem (Epoch items always pass an array)
if ((isNil "_this") or {(typeName _this == "ARRAY") && (count _this < 1)}) exitWith {[] spawn player_craftItemVanilla;};
if ((isNil "_this") or {(typeName _this == "ARRAY") && {count _this < 1}}) exitWith {[] spawn player_craftItemVanilla;};
/*
DayZ Epoch Crafting 0.3