Nevermind, this is in fact necessary...

This commit is contained in:
SiboVG 2022-07-27 22:59:26 +02:00
parent 2be82ff36f
commit 39d56e6211

View File

@ -517,6 +517,7 @@ public class Rocket extends ComponentAssembly {
RocketComponent next = iterator.next();
next.componentChanged(cce);
}
updateConfigurations();
notifyAllListeners(cce);