Merge pull request #62 from LeoDog896/master

Expose ArgumentWord "restrictions" arg as protected
This commit is contained in:
TheMode 2020-10-28 16:24:36 +01:00 committed by GitHub
commit 7352ab8cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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