set _authenticated on join exc
This commit is contained in:
parent
900b300f66
commit
0b1c43e129
1 changed files with 1 additions and 0 deletions
|
@ -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!!!!
|
||||||
|
|
Loading…
Reference in a new issue