mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Several fixes
Fix Alerts bot not displaying several occurences in a row Fix Script bot not displaying in console what it is performing Fix IOException not caught when connection is lost
This commit is contained in:
parent
d295f3b181
commit
cfb313fa01
5 changed files with 13 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ namespace MinecraftClient.ChatBots
|
|||
Console.ForegroundColor = ConsoleColor.White;
|
||||
|
||||
//Will be used for text displaying
|
||||
string[] temp = comp.Split(alert.Split(','), StringSplitOptions.RemoveEmptyEntries);
|
||||
string[] temp = comp.Split(alert.Split(','), StringSplitOptions.None);
|
||||
int p = 0;
|
||||
|
||||
//Special case : alert in the beginning of the text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue