mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
BasicIO Alerts compatibility
This commit is contained in:
parent
700d345cef
commit
29ea512dbb
1 changed files with 5 additions and 1 deletions
|
|
@ -599,6 +599,9 @@ namespace MinecraftClient
|
|||
if (ok)
|
||||
{
|
||||
Console.Beep(); //Text found !
|
||||
|
||||
if (ConsoleIO.basicIO) { ConsoleIO.WriteLine(comp.Replace(alert, "§c" + alert + "§r")); } else {
|
||||
|
||||
#region Displaying the text with the interesting part highlighted
|
||||
|
||||
Console.BackgroundColor = ConsoleColor.DarkGray;
|
||||
|
|
@ -658,6 +661,7 @@ namespace MinecraftClient
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// This bot saves the received messages in a text file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue