1
0
mirror of https://github.com/AntumMT/mod-slimes.git synced 2025-06-29 14:50:39 +02:00

1 Commits

Author SHA1 Message Date
1e049aa861 Update to use Minetest 0.4.16 settings API 2017-08-28 08:15:07 -07:00

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