mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Fix AutoCraft still being loaded when inventory handling is disabled
This commit is contained in:
parent
33781c5de5
commit
ee5199f760
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ namespace MinecraftClient.ChatBots
|
|||
{
|
||||
LogToConsole("Inventory handling is disabled. AutoCraft will be unloaded");
|
||||
UnloadBot();
|
||||
return;
|
||||
}
|
||||
RegisterChatBotCommand("autocraft", "Auto-crafting ChatBot command", CommandHandler);
|
||||
RegisterChatBotCommand("ac", "Auto-crafting ChatBot command alias", CommandHandler);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue