Remove allow_once decorator from party cookie request

This commit is contained in:
Ben 2020-02-14 21:50:29 +00:00
parent 524aa2803e
commit 3f50f0589d

View File

@ -13,7 +13,6 @@ DefaultPartyCookie = {
@handlers.handler(XTPacket('party', 'partycookie')) @handlers.handler(XTPacket('party', 'partycookie'))
@handlers.allow_once
async def handle_party_cookie(p): async def handle_party_cookie(p):
cookie = await p.server.redis.hget('partycookie', p.id) cookie = await p.server.redis.hget('partycookie', p.id)
if cookie is None: if cookie is None: