From 2fb6f160de692a7c3249c351e7006babb17143af Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Wed, 30 Jul 2014 22:02:22 -0500 Subject: [PATCH] Formation Plane now updates its "Fuzziness" when you change the upgrades. --- parts/automation/PartFormationPlane.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/parts/automation/PartFormationPlane.java b/parts/automation/PartFormationPlane.java index 2986ca00..51943008 100644 --- a/parts/automation/PartFormationPlane.java +++ b/parts/automation/PartFormationPlane.java @@ -274,6 +274,11 @@ public class PartFormationPlane extends PartUpgradeable implements ICellContaine updateHandler(); } + public void upgradesChanged() + { + updateHandler(); + } + private void updateHandler() { myHandler.myAccess = AccessRestriction.WRITE;