mirror of
				https://github.com/Uberi/Minetest-WorldEdit.git
				synced 2025-11-04 06:35:28 +01:00 
			
		
		
		
	Finally fix anything
This commit is contained in:
		@@ -555,7 +555,7 @@ minetest.register_chatcommand("/fixlight", {
 | 
			
		||||
			return
 | 
			
		||||
		end
 | 
			
		||||
 | 
			
		||||
		local count = worldedit.dig(pos1, pos2)
 | 
			
		||||
		local count = worldedit.fixlight(pos1, pos2)
 | 
			
		||||
		minetest.chat_send_player(name, count .. " nodes dug")
 | 
			
		||||
	end,
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user