Use player meta for waypoints

This commit is contained in:
SmallJoker
2021-07-17 12:24:22 +02:00
committed by SmallJoker
parent aeb9841e3a
commit d39dd78cb5
3 changed files with 167 additions and 66 deletions

View File

@ -166,7 +166,4 @@ 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")