mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-02 02:33:08 +00:00
Locale.ENGLISH!!1!
This commit is contained in:
parent
34edf34ba3
commit
3c71ae4cd9
10 changed files with 19 additions and 15 deletions
|
@ -774,7 +774,7 @@ public abstract class PircBot implements ReplyConstants {
|
|||
}
|
||||
}
|
||||
|
||||
command = command.toUpperCase();
|
||||
command = command.toUpperCase(Locale.ENGLISH);
|
||||
if (sourceNick.startsWith(":")) {
|
||||
sourceNick = sourceNick.substring(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue