mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Bug fix
This commit is contained in:
parent
2f5914dd6f
commit
f567cadc47
3 changed files with 5 additions and 2 deletions
|
|
@ -393,6 +393,9 @@ namespace MinecraftClient
|
|||
}
|
||||
|
||||
SetServerIP(General.Server, true);
|
||||
|
||||
for (int i = 0; i < Advanced.BotOwners.Count; ++i)
|
||||
Advanced.BotOwners[i] = ToLowerIfNeed(Advanced.BotOwners[i]);
|
||||
}
|
||||
|
||||
[TomlDoNotInlineObject]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue