diff --git a/CommonClient.py b/CommonClient.py index eb381952..33792f0e 100644 --- a/CommonClient.py +++ b/CommonClient.py @@ -907,6 +907,7 @@ async def process_server_cmd(ctx: CommonContext, args: dict): ctx.disconnected_intentionally = True ctx.event_invalid_game() elif 'IncompatibleVersion' in errors: + ctx.disconnected_intentionally = True raise Exception('Server reported your client version as incompatible. ' 'This probably means you have to update.') elif 'InvalidItemsHandling' in errors: