mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-06-29 23:10:45 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
6
init.lua
6
init.lua
@ -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.")
|
||||
|
Reference in New Issue
Block a user