mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-01-12 02:50:28 +01:00
replace deprecated function call
This commit is contained in:
parent
b2b2b9364d
commit
f8e57559ec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user