Formation Plane now updates its "Fuzziness" when you change the upgrades.
This commit is contained in:
@@ -274,6 +274,11 @@ public class PartFormationPlane extends PartUpgradeable implements ICellContaine
|
||||
updateHandler();
|
||||
}
|
||||
|
||||
public void upgradesChanged()
|
||||
{
|
||||
updateHandler();
|
||||
}
|
||||
|
||||
private void updateHandler()
|
||||
{
|
||||
myHandler.myAccess = AccessRestriction.WRITE;
|
||||
|
||||
Reference in New Issue
Block a user