Remove updateconfigurations

Not needed, as the about iterator already calls 'update' in Rocket (iterator returns the rocket itself)
This commit is contained in:
SiboVG 2022-07-23 21:50:43 +02:00
parent e35b7bda2d
commit cfb51d350a

View File

@ -516,8 +516,6 @@ public class Rocket extends ComponentAssembly {
while (iterator.hasNext()) {
iterator.next().componentChanged(cce);
}
updateConfigurations();
notifyAllListeners(cce);