Removed print statement.

This commit is contained in:
bconlon 2020-12-31 09:57:23 -08:00
parent 47c7821f36
commit 6b4f4d809c
1 changed files with 0 additions and 1 deletions

View File

@ -517,7 +517,6 @@ public class EntitySunSpirit extends EntityFlying implements IMob, IAetherBoss,
@Override
public boolean attackEntityFrom(DamageSource source, float amount)
{
System.out.println(true);
if (source.getSourceOfDamage() instanceof EntityCrystal)
{
if (((EntityCrystal) source.getSourceOfDamage()).getCrystalType() == EnumCrystalType.ICE)