Prevent crash when default is unavailable.

This commit is contained in:
number Zero 2017-01-19 21:36:01 +03:00
parent 20dc760962
commit f7ee82adb8

View File

@ -8,6 +8,8 @@ local function find_available_craftitem(...)
return name
end
end
-- make register_craft happy
return "-- unavailable --"
end
local digiline_wire = "digilines:wire_std_00000000"