mirror of
				https://github.com/solero/houdini.git
				synced 2025-11-03 22:21:54 +00:00 
			
		
		
		
	Fix "Full House" igloo stamp for vanilla clients
This commit is contained in:
		@@ -300,6 +300,9 @@ async def handle_update_igloo_configuration(p, igloo_id: int, igloo_type_id: int
 | 
			
		||||
            p.server.cache.delete(f'legacy_igloo.{p.id}')
 | 
			
		||||
            p.server.cache.delete(f'igloo_layouts.{p.id}')
 | 
			
		||||
 | 
			
		||||
            if len(furniture_list) >= 99:
 | 
			
		||||
                await p.add_stamp(p.server.stamps[23])
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@handlers.handler(XTPacket('g', 'ur'), client=ClientType.Legacy)
 | 
			
		||||
@handlers.cooldown(1)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user