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!!!!