Address code review: fix party max, rename food variable, add ShowServerAddress option

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/43388021-4264-47e6-8403-7a1bca66d86f
This commit is contained in:
copilot-swe-agent[bot] 2026-03-23 00:08:08 +00:00
parent a2d032b549
commit 8743129e72
3 changed files with 21 additions and 5 deletions

View file

@ -970,6 +970,15 @@ namespace MinecraftClient {
}
}
/// <summary>
/// Looks up a localized string similar to Show the server address (host and port) in the Discord presence..
/// </summary>
internal static string ChatBot_DiscordRpc_ShowServerAddress {
get {
return ResourceManager.GetString("ChatBot.DiscordRpc.ShowServerAddress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show elapsed session time in the Discord presence..
/// </summary>