@@ -1,3 +1,6 @@
+Version 2.2.001
+ Fixed Crossbow's Powered shot showing the text for the wrong skill from the locale when using /crossbows command
+
Version 2.2.000
General
Added Crossbows Skill, this skill is an early preview / WIP and feedback on discord is appreciated
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
- <version>2.2.000</version>
+ <version>2.2.001</version>
<name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url>
<scm>
@@ -48,7 +48,8 @@ public class CrossbowsCommand extends SkillCommand {
}
if (canPoweredShot) {
- messages.add(getStatMessage(ARCHERY_SKILL_SHOT, percent.format(mmoPlayer.getCrossbowsManager().getDamageBonusPercent(player))));
+ messages.add(getStatMessage(CROSSBOWS_POWERED_SHOT,
+ percent.format(mmoPlayer.getCrossbowsManager().getDamageBonusPercent(player))));
if (canTrickShot) {