Removes unnecessary returns

This commit is contained in:
thatsIch
2014-09-29 09:47:17 +02:00
parent 35c00873c1
commit aba0c44916
6 changed files with 2 additions and 25 deletions
@@ -101,7 +101,6 @@ final public class EntityGrowingCrystal extends EntityItem
progress_1000 = 0;
CommonHelper.proxy.spawnEffect( EffectType.Vibrant, worldObj, posX, posY + 0.2, posZ, null );
}
return;
}
else
{