mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
parent
2858e0cbb7
commit
25248025c2
1 changed files with 1 additions and 1 deletions
|
|
@ -1960,7 +1960,7 @@ namespace MinecraftClient
|
|||
|
||||
if (Settings.DisplayChatLinks)
|
||||
foreach (string link in links)
|
||||
Log.Chat(Translations.Get("mcc.link", link), false);
|
||||
Log.Chat(Translations.Get("mcc.link", link));
|
||||
|
||||
DispatchBotEvent(bot => bot.GetText(text));
|
||||
DispatchBotEvent(bot => bot.GetText(text, json));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue