diff --git a/MinecraftClient/ChatBots/AutoDrop.cs b/MinecraftClient/ChatBots/AutoDrop.cs index 8b9650d6..b5045e7b 100644 --- a/MinecraftClient/ChatBots/AutoDrop.cs +++ b/MinecraftClient/ChatBots/AutoDrop.cs @@ -141,6 +141,7 @@ namespace MinecraftClient.ChatBots { LogToConsole("Inventory handling is disabled. Unloading..."); UnloadBot(); + return; } RegisterChatBotCommand("autodrop", "AutoDrop ChatBot command", CommandHandler); RegisterChatBotCommand("ad", "AutoDrop ChatBot command alias", CommandHandler);