removed printline
This commit is contained in:
parent
b35163a9f3
commit
aabcf7d469
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ public class BlockTileBreaker extends TileInventory implements IRotatable
|
|||
@Override
|
||||
public void onPlaced (EntityLivingBase entityLiving, ItemStack itemStack)
|
||||
{
|
||||
System.out.println("entity placing " + getClass().getSimpleName());
|
||||
super.onPlaced(entityLiving, itemStack);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue