commands, ...
This commit is contained in:
parent
66421e806e
commit
75f91dbf4c
44 changed files with 1035 additions and 631 deletions
|
@ -5,7 +5,7 @@ public abstract class NonDefaultingParser extends CompletingParser {
|
|||
super(name, completions);
|
||||
}
|
||||
|
||||
public Object getDefault(ScriptEnvironment env) {
|
||||
public Object getDefault(CommandEnvironment env) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue