From 5fca2c0f26ea064a93c01b2356127573a338aeac Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 02:33:34 +0200 Subject: [PATCH] Typo somtimes --- parts/p2p/PartP2PRedstone.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );