Update to use Minetest 0.4.16 settings API

This commit is contained in:
Jordan Irwin 2017-08-28 08:15:07 -07:00
parent 8d8b46c290
commit 1e049aa861
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ if not minetest.get_modpath("mesecons_materials") then
})
end
if minetest.setting_get("log_mods") then minetest.log("action", "Slimes loaded") end
if minetest.settings:get("log_mods") then minetest.log("action", "Slimes loaded") end