From 9eba4d026ca3c6ecbbed28b2002c51d3cfe78585 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:15:01 +0000 Subject: [PATCH] Improve UnregisterChatBotCommands doc comment per review feedback Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com> Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/d34fe951-43e5-412d-8d7f-cf9bee3a0d77 --- MinecraftClient/Scripting/ChatBot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MinecraftClient/Scripting/ChatBot.cs b/MinecraftClient/Scripting/ChatBot.cs index 8cc10904..586a6fa8 100644 --- a/MinecraftClient/Scripting/ChatBot.cs +++ b/MinecraftClient/Scripting/ChatBot.cs @@ -1730,7 +1730,7 @@ namespace MinecraftClient.Scripting /// /// Unregisters all commands that were registered via RegisterChatBotCommand. - /// Called automatically during bot unload. + /// Called automatically by McClient.BotUnLoad() during bot unload - do not call manually. /// internal void UnregisterChatBotCommands() {