From 0b1c43e1294df6a4c113bc750d2c19f30daacc42 Mon Sep 17 00:00:00 2001 From: alemidev Date: Wed, 1 Dec 2021 17:02:44 +0100 Subject: [PATCH] set _authenticated on join exc --- aiocraft/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aiocraft/client.py b/aiocraft/client.py index b3b294d..2bebd42 100644 --- a/aiocraft/client.py +++ b/aiocraft/client.py @@ -231,6 +231,7 @@ class MinecraftClient(CallbacksHolder, Runnable): ) except AuthException: self._logger.error("Could not authenticate with Mojang") + self._authenticated = False break encryption_response = PacketEncryptionResponse( 340, # TODO!!!!