refactor: make filter reason greedy since it's the last argument
This commit is contained in:
@@ -1 +1 @@
|
||||
1451
|
||||
1452
|
||||
@@ -59,7 +59,7 @@ public class FilterCommand extends Command {
|
||||
switch (action) {
|
||||
case "add" -> {
|
||||
final String player = context.getString(false, true);
|
||||
final String reason = context.getString(false, false);
|
||||
final String reason = context.getString(true, false);
|
||||
|
||||
if (
|
||||
FilterPlugin.localList.stream()
|
||||
|
||||
Reference in New Issue
Block a user