Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-07-24 13:14:48 +02:00
15 changed files with 639 additions and 289 deletions

View File

@ -166,9 +166,5 @@ if minetest.settings:get_bool("unified_inventory_bags") ~= false then
end
dofile(modpath.."/item_names.lua")
if minetest.get_modpath("datastorage") then
dofile(modpath.."/waypoints.lua")
end
dofile(modpath.."/waypoints.lua")
minetest.log("action", "[unified_inventory] loaded.")