mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
fix: use selected account for offline reconnect
This commit is contained in:
parent
23b83a45f5
commit
1686d00f30
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ namespace MinecraftClient
|
|||
ConsoleIO.WriteLineFormatted("§8" + Translations.mcc_offline, acceptnewlines: true);
|
||||
result = ProtocolHandler.LoginResult.Success;
|
||||
session.PlayerID = "0";
|
||||
session.PlayerName = InternalConfig.Username;
|
||||
session.PlayerName = InternalConfig.Account.Login;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue