Formation Plane now updates its "Fuzziness" when you change the upgrades.

This commit is contained in:
AlgorithmX2 2014-07-30 22:02:22 -05:00
parent bbc82ede0a
commit 2fb6f160de

View file

@ -274,6 +274,11 @@ public class PartFormationPlane extends PartUpgradeable implements ICellContaine
updateHandler(); updateHandler();
} }
public void upgradesChanged()
{
updateHandler();
}
private void updateHandler() private void updateHandler()
{ {
myHandler.myAccess = AccessRestriction.WRITE; myHandler.myAccess = AccessRestriction.WRITE;