diff --git a/parts/p2p/PartP2PRedstone.java b/parts/p2p/PartP2PRedstone.java index 4e94ca3e7..d106805a9 100644 --- a/parts/p2p/PartP2PRedstone.java +++ b/parts/p2p/PartP2PRedstone.java @@ -114,7 +114,7 @@ public class PartP2PRedstone extends PartP2PTunnel Platform.notifyBlocksOfNeighbors( worldObj, xCoord, yCoord, zCoord ); - // and this cause somtimes it can go thought walls. + // and this cause sometimes it can go thought walls. Platform.notifyBlocksOfNeighbors( worldObj, xCoord - 1, yCoord, zCoord ); Platform.notifyBlocksOfNeighbors( worldObj, xCoord, yCoord - 1, zCoord ); Platform.notifyBlocksOfNeighbors( worldObj, xCoord, yCoord, zCoord - 1 );