mirror of
				https://github.com/solero/houdini.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	Remove unneeded check on igloo furniture attributes
This commit is contained in:
		@@ -106,9 +106,6 @@ async def save_igloo_furniture(p, furniture_list=None):
 | 
			
		||||
            if furniture_tracker[furniture_id] > p.furniture[furniture_id].quantity:
 | 
			
		||||
                return False
 | 
			
		||||
 | 
			
		||||
            if not (1 <= rotation <= 8 and 1 <= frame <= 10):
 | 
			
		||||
                return False
 | 
			
		||||
 | 
			
		||||
            furniture.append({
 | 
			
		||||
                'igloo_id': p.igloo,
 | 
			
		||||
                'furniture_id': furniture_id,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user