From: Isidor Zeuner Date: Fri, 23 Nov 2018 13:08:05 +0000 (+0100) Subject: replace deprecated function call X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=f8e57559eccb113c258d91b5a25e79c48cc3dae1;p=worldedit.git replace deprecated function call --- diff --git a/worldedit/init.lua b/worldedit/init.lua index 8358e3b..a38e3e6 100644 --- a/worldedit/init.lua +++ b/worldedit/init.lua @@ -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