set _authenticated on join exc

This commit is contained in:
əlemi 2021-12-01 17:02:44 +01:00
parent 900b300f66
commit 0b1c43e129

View file

@ -231,6 +231,7 @@ class MinecraftClient(CallbacksHolder, Runnable):
) )
except AuthException: except AuthException:
self._logger.error("Could not authenticate with Mojang") self._logger.error("Could not authenticate with Mojang")
self._authenticated = False
break break
encryption_response = PacketEncryptionResponse( encryption_response = PacketEncryptionResponse(
340, # TODO!!!! 340, # TODO!!!!