replace deprecated function call

This commit is contained in:
Isidor Zeuner 2018-11-23 14:08:05 +01:00 committed by sfan5
parent b2b2b9364d
commit f8e57559ec
1 changed files with 1 additions and 1 deletions

View File

@ -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