mirror of
				https://github.com/solero/houdini.git
				synced 2025-11-03 22:21:54 +00:00 
			
		
		
		
	Fix duplicate named handler
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user