Skip to content

Commit

Permalink
not sure how that got in there
Browse files Browse the repository at this point in the history
  • Loading branch information
SiverDX committed Dec 24, 2023
1 parent f533f88 commit fb5e2c6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -618,11 +618,6 @@ public int getExperienceReward() {
};
}

@Override
public boolean removeWhenFarAway(double pDistanceToClosestPlayer) {
return super.removeWhenFarAway(pDistanceToClosestPlayer);
}

public int getArmorOrdinal(ItemStack stack) {
if (!stack.isEmpty() && stack.getItem() instanceof ItemDragonArmor armorItem) {
return armorItem.type.ordinal() + 1;
Expand Down

0 comments on commit fb5e2c6

Please sign in to comment.