Kaynağa Gözat

Fix missed compile error. Re-release 1.5.03

t00thpick1 10 yıl önce
ebeveyn
işleme
bef28583f3

+ 1 - 3
Changelog.txt

@@ -7,11 +7,9 @@ Key:
   ! Change
   - Removal
 
-Version 1.5.04-SNAPSHOT
+Version 1.5.03
  = Fixed bug where absorption hearts could be attacked by allied players
  = Fixed bug where new forms of stone would drop the wrong type when mined with Silk Touch
-
-Version 1.5.03
  = Fixed bug where blocks would not get tracked correctly when using sticky pistons and slime blocks in certain situations
  = Fixed bug where config value for Daze damage was ignored
  = Fixed UUID updater to not lose data on errors

+ 1 - 1
pom.xml

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

+ 0 - 1
src/main/java/com/gmail/nossr50/util/skills/CombatUtils.java

@@ -48,7 +48,6 @@ import com.gmail.nossr50.util.Misc;
 import com.gmail.nossr50.util.MobHealthbarUtils;
 import com.gmail.nossr50.util.Permissions;
 import com.gmail.nossr50.util.player.UserManager;
-import com.gmail.nossr50.util.temp.CompatableGuardianXP;
 import com.google.common.collect.ImmutableMap;
 
 public final class CombatUtils {