浏览代码

Fix missed compile error. Re-release 1.5.03

t00thpick1 10 年之前
父节点
当前提交
bef28583f3
共有 3 个文件被更改,包括 2 次插入5 次删除
  1. 1 3
      Changelog.txt
  2. 1 1
      pom.xml
  3. 0 1
      src/main/java/com/gmail/nossr50/util/skills/CombatUtils.java

+ 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 {