Address code review: add SlowDownIncrementSeconds constant, return OtherError for device code failures

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/e13b31f3-8d76-4240-bb69-a519a145fc6a
This commit is contained in:
copilot-swe-agent[bot] 2026-03-23 15:41:25 +00:00
parent 5147fb42df
commit 94c6425a2b
2 changed files with 7 additions and 3 deletions

View file

@ -808,7 +808,7 @@ namespace MinecraftClient.Protocol
ConsoleIO.WriteLineFormatted("§c" + e.StackTrace);
}
return LoginResult.WrongPassword;
return LoginResult.OtherError;
}
}