implemented removal of old routes when new routes are searched
This commit is contained in:
@@ -132,7 +132,7 @@ public class ConditionList extends Condition implements Iterable<Condition>{
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void removeChild(BaseClass child) {
|
||||
public void removeChild(BaseClass child) {
|
||||
conditions.remove(child);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user