monor fixes
This commit is contained in:
@@ -41,6 +41,7 @@ public class ActionList extends Action implements Iterable<Action>{
|
||||
}
|
||||
|
||||
public ActionList add(Action action) {
|
||||
action.parent(this);
|
||||
actions.add(action);
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -72,6 +72,7 @@ public class ConditionalAction extends ActionList {
|
||||
@Override
|
||||
public void removeChild(BaseClass child) {
|
||||
conditions.remove(child);
|
||||
actions.remove(child);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user