mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
remove sout
This commit is contained in:
parent
6e262e2426
commit
2cadfb96ac
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ public abstract class BlockContainerBase extends BlockContainer{
|
|||
|
||||
@Override
|
||||
public void updateTick(World world, int x, int y, int z, Random random){
|
||||
System.out.println("UPDATE!!");
|
||||
if(!world.isRemote){
|
||||
TileEntity tile = world.getTileEntity(x, y, z);
|
||||
if(tile instanceof IRedstoneToggle && ((IRedstoneToggle)tile).isPulseMode()){
|
||||
|
|
Loading…
Reference in a new issue