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
This commit is contained in:
copilot-swe-agent[bot] 2026-03-24 18:15:01 +00:00
parent da3b2de2ce
commit 9eba4d026c

View file

@ -1730,7 +1730,7 @@ namespace MinecraftClient.Scripting
/// <summary>
/// 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.
/// </summary>
internal void UnregisterChatBotCommands()
{