Typo notifyNeightbors

This commit is contained in:
thatsIch
2014-09-21 02:33:18 +02:00
parent 1ff37c35e5
commit a8a1dbc4ac
+2 -2
View File
@@ -97,14 +97,14 @@ public class PartP2PRedstone extends PartP2PTunnel<PartP2PRedstone>
if ( power != newPower )
{
power = newPower;
notifyNeightbors();
notifyNeighbors();
}
}
recursive = false;
}
public void notifyNeightbors()
public void notifyNeighbors()
{
World worldObj = tile.getWorldObj();