Skip to content

Commit f8e5755

Browse files
Isidor Zeunersfan5
Isidor Zeuner
authored andcommittedNov 25, 2018
replace deprecated function call
1 parent b2b2b93 commit f8e5755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎worldedit/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ load_module(path .. "/compatibility.lua")
4242
load_module(path .. "/cuboid.lua")
4343

4444

45-
if minetest.setting_getbool("log_mods") then
45+
if minetest.settings:get_bool("log_mods") then
4646
print("[WorldEdit] Loaded!")
4747
end
4848

0 commit comments

Comments
 (0)
Please sign in to comment.