mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-07 11:20:09 +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 RESTRICTION_ERROR = 2;
|
||||
|
||||
private String[] restrictions;
|
||||
protected String[] restrictions;
|
||||
|
||||
public ArgumentWord(String id) {
|
||||
super(id, false);
|
||||
|
Loading…
Reference in New Issue
Block a user