mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 20:28:20 +00:00
Fix duplicate named handler
This commit is contained in:
parent
f255ad112d
commit
349f40efd4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user