mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-03-15 22:12:33 +01:00
replace deprecated function call
This commit is contained in:
@ -42,7 +42,7 @@ load_module(path .. "/compatibility.lua")
|
||||
load_module(path .. "/cuboid.lua")
|
||||
|
||||
|
||||
if minetest.setting_getbool("log_mods") then
|
||||
if minetest.settings:get_bool("log_mods") then
|
||||
print("[WorldEdit] Loaded!")
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user