mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 12:55:29 +01:00 
			
		
		
		
	Fix luacheck warning
This commit is contained in:
		
				
					committed by
					
						
						sfan5
					
				
			
			
				
	
			
			
			
						parent
						
							3c27bb9350
						
					
				
				
					commit
					4dfadd9276
				
			@@ -46,9 +46,9 @@ local function on_mvps_move(moved_nodes)
 | 
			
		||||
	end
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
function mesecon.mvps_process_stack(stack)
 | 
			
		||||
function mesecon.mvps_process_stack()
 | 
			
		||||
	-- This function is kept for compatibility.
 | 
			
		||||
	-- It used to call on_placenode on the moved nodes, but that is now done automatically.
 | 
			
		||||
	-- It used to call on_placenode on moved nodes, but that is now done automatically.
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
-- tests if the node can be pushed into, e.g. air, water, grass
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user