fix lib file path

This commit is contained in:
whosit 2021-05-27 12:51:48 +03:00
parent ba891c36d8
commit 040c325087

View File

@ -8,7 +8,7 @@ local COMPASS_RANGE = 180
local WAYPOINT_ICON = "waypoint.png"
local WAYPOINT_SCALE = {x=-1/16*9,y=-1}
local waypoint_lib = dofile(minetest.get_modpath("waypoint_announce") .. "/waypoint_lib.lua")
local waypoint_lib = dofile(minetest.get_modpath("waypoint_compass") .. "/waypoint_lib.lua")
-- internal mod state
local player_waypoints = {} -- store a current player waypoint to see if it needs to be updated