minetest-follow-other-playe.../settings.lua

7 lines
164 B
Lua

local modpath = ...
follow.settings = {}
local settings = Settings(modpath .. "/follow.conf")
follow.settings.distance = tonumber(settings:get("distance"))