Removed print statement.

This commit is contained in:
bconlon 2020-06-04 18:40:22 -07:00
parent f6d905cf59
commit 29e9ae1bdf

View file

@ -25,8 +25,6 @@ public class SheepuffAIEatAetherGrass extends EntityAIBase {
public boolean shouldExecute()
{
System.out.println(eatingGrassTimer);
if (this.sheepuff.getRNG().nextInt(this.sheepuff.isChild() ? 50 : 1000) != 0)
{
return false;