Chicken, unless cast

This commit is contained in:
Sam 2017-05-01 13:48:32 +01:00
parent 110d8946d5
commit 76835654e8
1 changed files with 1 additions and 2 deletions

View File

@ -161,7 +161,7 @@ public class PerkChickenRocket extends SmashPerk
{ {
if (ent instanceof Arrow) if (ent instanceof Arrow)
{ {
if (((Arrow) ent).isOnGround()) if (ent.isOnGround())
{ {
continue; continue;
} }
@ -237,7 +237,6 @@ public class PerkChickenRocket extends SmashPerk
data.Chicken.remove(); data.Chicken.remove();
dataIterator.remove(); dataIterator.remove();
continue;
} }
} }
} }