Fix duplicate named handler

This commit is contained in:
Ben 2020-01-02 23:12:22 +00:00
parent f255ad112d
commit 349f40efd4

View File

@ -155,7 +155,7 @@ async def handle_quest_join_room(p):
@handlers.handler(XTPacket('j', 'jp'), after=handle_join_player_room)
async def handle_quest_join_room(p):
async def handle_quest_join_player_room(p):
if p.active_quests is not None:
for quest in p.active_quests:
for task in quest.tasks: