diff --git a/MinecraftClient/ChatBots/WebSocketBot.cs b/MinecraftClient/ChatBots/WebSocketBot.cs index cef17043..6ef934c9 100644 --- a/MinecraftClient/ChatBots/WebSocketBot.cs +++ b/MinecraftClient/ChatBots/WebSocketBot.cs @@ -859,9 +859,10 @@ namespace MinecraftClient.ChatBots SendSessionEvent(session, "OnWsCommandResponse", "{\"success\": true, \"message\": \"Succesfully authenticated!\"}", true); LogToConsole(Translations.TryGet("bot.WebSocketBot.session_authenticated", session.GetSessionId())); session.SetAuthenticated(true); - return true; } } + + SendText(message); } return true;