mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-16 23:55:14 +01:00
Expose ArgumentWord restrictions as protected
This commit is contained in:
parent
617d3cc89f
commit
75f8396d32
@ -16,7 +16,7 @@ public class ArgumentWord extends Argument<String> {
|
||||
public static final int SPACE_ERROR = 1;
|
||||
public static final int RESTRICTION_ERROR = 2;
|
||||
|
||||
private String[] restrictions;
|
||||
protected String[] restrictions;
|
||||
|
||||
public ArgumentWord(String id) {
|
||||
super(id, false);
|
||||
|
Loading…
Reference in New Issue
Block a user