mirror of
https://github.com/solero/houdini.git
synced 2024-11-10 05:08:19 +00:00
Remove cooldown from add inventory handler
This commit is contained in:
parent
81f40e7066
commit
6cc7219572
@ -51,7 +51,6 @@ async def handle_get_inventory(p):
|
||||
|
||||
@handlers.handler(XTPacket('i', 'ai'))
|
||||
@handlers.depends_on_packet(XTPacket('i', 'gi'))
|
||||
@handlers.cooldown(1)
|
||||
async def handle_buy_inventory(p, item: Item):
|
||||
if item.id not in p.server.items:
|
||||
return await p.send_error(402)
|
||||
|
Loading…
Reference in New Issue
Block a user