Disable Neighbor updates on client.
This commit is contained in:
parent
7b298ee301
commit
e1c5965505
1 changed files with 2 additions and 1 deletions
|
@ -336,7 +336,8 @@ public class BlockCableBus extends AEBaseBlock implements IRedNetConnection
|
||||||
@Override
|
@Override
|
||||||
public void onNeighborChange(IBlockAccess w, int x, int y, int z, int tileX, int tileY, int tileZ)
|
public void onNeighborChange(IBlockAccess w, int x, int y, int z, int tileX, int tileY, int tileZ)
|
||||||
{
|
{
|
||||||
cb( w, x, y, z ).onNeighborChanged();
|
if ( Platform.isServer() )
|
||||||
|
cb( w, x, y, z ).onNeighborChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue