Removes unnecessary semicolons

This commit is contained in:
thatsIch
2014-09-28 00:50:06 +02:00
parent 8c3ebdb721
commit 8b4501c89d
59 changed files with 78 additions and 79 deletions
@@ -146,7 +146,7 @@ public class PartP2PRedstone extends PartP2PTunnel<PartP2PRedstone>
public float getPowerDrainPerTick()
{
return 0.5f;
};
}
@Override
public void onNeighborChanged()