mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 20:28:20 +00:00
Fix "Full House" igloo stamp for vanilla clients
This commit is contained in:
parent
0099ae9da8
commit
82be875d21
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user