mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 10:56:29 +03:00
Fix some errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user