diff --git a/Changelog.txt b/Changelog.txt index 069c207cc..9e542fc59 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,5 @@ Version 2.2.052 - Fixed exploit where arrows from multishot crossbows could be recovered in regions protected by WorldGuard + Fixed an exploit where arrows from multishot crossbows could be recovered in regions protected by WorldGuard Fixed an exploit where renamed seeds could trigger Green Thumb crop replanting without being consumed Fixed an exploit where renamed mushrooms could trigger Shroom Thumb without being consumed Fixed bug where Powered Shot (Crossbows) was reading MaxDamage from the Archery config section instead of its own diff --git a/src/main/java/com/gmail/nossr50/util/MetadataConstants.java b/src/main/java/com/gmail/nossr50/util/MetadataConstants.java index 9f2db5ae3..af8599922 100644 --- a/src/main/java/com/gmail/nossr50/util/MetadataConstants.java +++ b/src/main/java/com/gmail/nossr50/util/MetadataConstants.java @@ -29,7 +29,6 @@ public class MetadataConstants { MetadataConstants.METADATA_KEY_BOW_FORCE, MetadataConstants.METADATA_KEY_ARROW_DISTANCE, MetadataConstants.METADATA_KEY_SPAWNED_ARROW, - MetadataConstants.METADATA_KEY_BOUNCE_COUNT );