fix filter player name
This commit is contained in:
parent
a7b6846fa0
commit
02a6254f6a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class FilterCommand extends Command {
|
|||
boolean ignoreCase = false;
|
||||
boolean regex = false;
|
||||
|
||||
String action = context.getString(false, true, true);
|
||||
String action = context.getString(false, true);
|
||||
|
||||
// this is a mess
|
||||
if (action.equals("-ignorecase")) {
|
||||
|
|
Loading…
Reference in a new issue