diff --git a/MinecraftClient/ChatBots/AutoRelog.cs b/MinecraftClient/ChatBots/AutoRelog.cs index 2c53f585..329f4610 100644 --- a/MinecraftClient/ChatBots/AutoRelog.cs +++ b/MinecraftClient/ChatBots/AutoRelog.cs @@ -68,6 +68,7 @@ namespace MinecraftClient.ChatBots if (Settings.AutoRelog_Enabled) { AutoRelog bot = new AutoRelog(Settings.AutoRelog_Delay, Settings.AutoRelog_Retries); + bot.Initialize(); return bot.OnDisconnect(reason, message); } return false;