Formation Plane now updates its "Fuzziness" when you change the upgrades.
This commit is contained in:
parent
bbc82ede0a
commit
2fb6f160de
1 changed files with 5 additions and 0 deletions
|
@ -274,6 +274,11 @@ public class PartFormationPlane extends PartUpgradeable implements ICellContaine
|
|||
updateHandler();
|
||||
}
|
||||
|
||||
public void upgradesChanged()
|
||||
{
|
||||
updateHandler();
|
||||
}
|
||||
|
||||
private void updateHandler()
|
||||
{
|
||||
myHandler.myAccess = AccessRestriction.WRITE;
|
||||
|
|
Loading…
Reference in a new issue