Unnecessary semicolons

This commit is contained in:
thatsIch
2015-03-26 11:03:46 +01:00
parent 14df50dbf3
commit b31f2df58d
2 changed files with 1 additions and 2 deletions
@@ -314,7 +314,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 );