Chicken, unless cast
This commit is contained in:
parent
110d8946d5
commit
76835654e8
@ -161,7 +161,7 @@ public class PerkChickenRocket extends SmashPerk
|
||||
{
|
||||
if (ent instanceof Arrow)
|
||||
{
|
||||
if (((Arrow) ent).isOnGround())
|
||||
if (ent.isOnGround())
|
||||
{
|
||||
continue;
|
||||
}
|
||||
@ -237,7 +237,6 @@ public class PerkChickenRocket extends SmashPerk
|
||||
|
||||
data.Chicken.remove();
|
||||
dataIterator.remove();
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user