fix filter player name
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user