Remove random semicolons

This commit is contained in:
thatsIch
2015-04-05 15:56:10 +02:00
parent 9790d9fd93
commit 3fedcf273b
2 changed files with 0 additions and 3 deletions
@@ -103,7 +103,6 @@ public class PartFormationPlane extends PartUpgradeable implements ICellContaine
private void updateHandler()
{
this.myHandler.setBaseAccess( AccessRestriction.WRITE );
;
this.myHandler.setWhitelist( this.getInstalledUpgrades( Upgrades.INVERTER ) > 0 ? IncludeExclude.BLACKLIST : IncludeExclude.WHITELIST );
this.myHandler.setPriority( this.priority );