mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-14 20:00:17 +02:00
Replace deprecated methods:
- 'setting_get' with 'settings:get' - 'setting_getbool' with 'settings:get_bool'
This commit is contained in:
@ -122,6 +122,6 @@ minetest.register_lbm({
|
||||
end
|
||||
})
|
||||
|
||||
if minetest.setting_get("log_mods") then
|
||||
if minetest.settings:get("log_mods") then
|
||||
minetest.log("action", "[lrfurn/longsofas] "..S("Loaded!"))
|
||||
end
|
||||
|
Reference in New Issue
Block a user