mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-11-04 04:55:29 +01:00 
			
		
		
		
	remove some debug statements
This commit is contained in:
		@@ -92,11 +92,6 @@ function homedecor.rotate_cobweb(pos)
 | 
			
		||||
	local iswall_zm = (wall_zm ~= "air")
 | 
			
		||||
	local iswall_zp = (wall_zp ~= "air")
 | 
			
		||||
 | 
			
		||||
	print("wall_xm: "..dump(wall_xm))
 | 
			
		||||
	print("wall_xp: "..dump(wall_xp))
 | 
			
		||||
	print("wall_zm: "..dump(wall_zm))
 | 
			
		||||
	print("wall_zp: "..dump(wall_zp))
 | 
			
		||||
 | 
			
		||||
	-- only xm+zp, or only xp+zm means on-floor torchlike
 | 
			
		||||
 | 
			
		||||
	if (iswall_xm and iswall_zp and not iswall_xp and not iswall_zm)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user