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