Remove updateconfigurations
Not needed, as the about iterator already calls 'update' in Rocket (iterator returns the rocket itself)
This commit is contained in:
parent
e35b7bda2d
commit
cfb51d350a
@ -516,8 +516,6 @@ public class Rocket extends ComponentAssembly {
|
|||||||
while (iterator.hasNext()) {
|
while (iterator.hasNext()) {
|
||||||
iterator.next().componentChanged(cce);
|
iterator.next().componentChanged(cce);
|
||||||
}
|
}
|
||||||
|
|
||||||
updateConfigurations();
|
|
||||||
|
|
||||||
notifyAllListeners(cce);
|
notifyAllListeners(cce);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user