mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-08 15:46:54 +02:00
Locale.ENGLISH!!1!
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user