nossr50 4 years ago
parent
commit
998495f268
3 changed files with 2 additions and 3 deletions
  1. 1 0
      Changelog.txt
  2. 1 1
      pom.xml
  3. 0 2
      src/main/java/com/gmail/nossr50/skills/fishing/FishingManager.java

+ 1 - 0
Changelog.txt

@@ -4,6 +4,7 @@ Version 2.1.173
     Fixed a visual bug where players who had lucky perk were shown incorrect odds when using skill commands (such as /axes)
     Updated ja_JP locale (thanks ViaSnake)
     Fixed a bug where scoreboards were torn down inappropriately when moving to or from blacklisted worlds (thanks steve4744)
+    Updated kyori's adventure library to 4.4.0 (used by mcMMO to handle text components)
 
 Version 2.1.172
     Updated german locale (thanks TheBusyBiscuit)

+ 1 - 1
pom.xml

@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.gmail.nossr50.mcMMO</groupId>
     <artifactId>mcMMO</artifactId>
-    <version>2.1.173-SNAPSHOT</version>
+    <version>2.1.173</version>
     <name>mcMMO</name>
     <url>https://github.com/mcMMO-Dev/mcMMO</url>
     <scm>

+ 0 - 2
src/main/java/com/gmail/nossr50/skills/fishing/FishingManager.java

@@ -25,8 +25,6 @@ import com.gmail.nossr50.util.random.RandomChanceUtil;
 import com.gmail.nossr50.util.skills.CombatUtils;
 import com.gmail.nossr50.util.skills.RankUtils;
 import com.gmail.nossr50.util.skills.SkillUtils;
-import com.gmail.nossr50.util.sounds.SoundManager;
-import com.gmail.nossr50.util.sounds.SoundType;
 import org.bukkit.ChatColor;
 import org.bukkit.Location;
 import org.bukkit.Material;