We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ba4bd commit 706a41eCopy full SHA for 706a41e
MinecraftClient/Program.cs
@@ -411,7 +411,7 @@ private static void InitializeClient()
411
ProtocolHandler.LoginResult result = ProtocolHandler.LoginResult.LoginRequired;
412
413
string loginLower = ToLowerIfNeed(InternalConfig.Account.Login);
414
- if (InternalConfig.Account.Password == "-" || InternalConfig.Account.Password == string.Empty)
+ if (InternalConfig.Account.Password == "-")
415
{
416
ConsoleIO.WriteLineFormatted("§8" + Translations.mcc_offline, acceptnewlines: true);
417
result = ProtocolHandler.LoginResult.Success;
0 commit comments