Expose ArgumentWord restrictions as protected

This commit is contained in:
LeoDog896 2020-10-28 11:09:40 -04:00
parent 617d3cc89f
commit 75f8396d32

View File

@ -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);