mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
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:
parent
da3b2de2ce
commit
9eba4d026c
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue