mirror of
				https://github.com/solero/houdini.git
				synced 2025-10-31 20:52:02 +00:00 
			
		
		
		
	Fix client_type assignment when running with --single-client-mode
				
					
				
			This commit is contained in:
		| @@ -14,7 +14,7 @@ async def handle_version_check(p, version: VersionChkConverter): | ||||
|         elif p.server.config.vanilla_version == version: | ||||
|             p.client_type = ClientType.Vanilla | ||||
|     elif p.server.config.default_version == version: | ||||
|         p.client_type = p.server.config.default_version | ||||
|         p.client_type = p.server.config.default_client | ||||
|  | ||||
|     if p.client_type is None: | ||||
|         await p.send_xml({'body': {'action': 'apiKO', 'r': '0'}}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ben
					Ben