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