mirror of
https://github.com/AntumMT/mod-slimes.git
synced 2025-05-06 18:50:23 +02:00
Update to use Minetest 0.4.16 settings API
This commit is contained in:
parent
8d8b46c290
commit
1e049aa861
2
init.lua
2
init.lua
@ -13,5 +13,5 @@ if not minetest.get_modpath("mesecons_materials") then
|
|||||||
})
|
})
|
||||||
end
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user