Replace deprecated functions with newer ones (#36)

This commit replaces a few deprecated calls to getpos with get_pos
This commit is contained in:
Panquesito7
2019-07-10 13:26:42 -05:00
committed by SmallJoker
parent 6218e5884d
commit 5527dc8945
3 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ if not minetest.registered_privileges[areas.config.self_protection_privilege] th
})
end
if minetest.settings:get_bool("log_mod") then
if minetest.settings:get_bool("log_mods") then
local diffTime = os.clock() - areas.startTime
minetest.log("action", "areas loaded in "..diffTime.."s.")
end