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:
|
||||
self._logger.error("Could not authenticate with Mojang")
|
||||
self._authenticated = False
|
||||
break
|
||||
encryption_response = PacketEncryptionResponse(
|
||||
340, # TODO!!!!
|
||||
|
|
Loading…
Reference in a new issue