fix filter player name

This commit is contained in:
Chayapak 2023-10-08 08:23:27 +07:00
parent a7b6846fa0
commit 02a6254f6a

View file

@ -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")) {