mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-11 09:51:35 +01:00
Merge pull request #62 from LeoDog896/master
Expose ArgumentWord "restrictions" arg as protected
This commit is contained in:
commit
7352ab8cda
@ -16,7 +16,7 @@ public class ArgumentWord extends Argument<String> {
|
|||||||
public static final int SPACE_ERROR = 1;
|
public static final int SPACE_ERROR = 1;
|
||||||
public static final int RESTRICTION_ERROR = 2;
|
public static final int RESTRICTION_ERROR = 2;
|
||||||
|
|
||||||
private String[] restrictions;
|
protected String[] restrictions;
|
||||||
|
|
||||||
public ArgumentWord(String id) {
|
public ArgumentWord(String id) {
|
||||||
super(id, false);
|
super(id, false);
|
||||||
|
Loading…
Reference in New Issue
Block a user