mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Startup Optimization
This commit is contained in:
parent
3d13eb51e6
commit
c90ea0e92b
6 changed files with 104 additions and 70 deletions
|
|
@ -70,7 +70,7 @@ namespace MinecraftClient.ChatBots
|
|||
|
||||
public static MessageFilter str2filter(string filtername)
|
||||
{
|
||||
switch (filtername.ToLower())
|
||||
switch (Settings.ToLowerIfNeed(filtername))
|
||||
{
|
||||
case "all": return MessageFilter.AllText;
|
||||
case "messages": return MessageFilter.AllMessages;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue