mirror of
				https://github.com/Uberi/Minetest-WorldEdit.git
				synced 2025-11-04 06:35:28 +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