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() {