v1.1
This commit is contained in:
parent
c491951cbc
commit
7d9ea90485
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
/AuLib.iml
|
||||
.idea
|
||||
target
|
||||
/out
|
||||
/.idea/
|
|
@ -71,6 +71,7 @@ public class CommandNode {
|
|||
return arguments;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public CommandNode executes(Command command) {
|
||||
this.command = command;
|
||||
return this;
|
||||
|
|
Loading…
Reference in New Issue
Block a user