mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix AutoDrop being loaded when inventory handling is disabled
This commit is contained in:
parent
6bbb7236e3
commit
d8afda34fb
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ namespace MinecraftClient.ChatBots
|
||||||
{
|
{
|
||||||
LogToConsole("Inventory handling is disabled. Unloading...");
|
LogToConsole("Inventory handling is disabled. Unloading...");
|
||||||
UnloadBot();
|
UnloadBot();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
RegisterChatBotCommand("autodrop", "AutoDrop ChatBot command", CommandHandler);
|
RegisterChatBotCommand("autodrop", "AutoDrop ChatBot command", CommandHandler);
|
||||||
RegisterChatBotCommand("ad", "AutoDrop ChatBot command alias", CommandHandler);
|
RegisterChatBotCommand("ad", "AutoDrop ChatBot command alias", CommandHandler);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue