diff --git a/pom.xml b/pom.xml
index c43a925..4b6315b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.dre
brewery
- 1.7.1
+ 1.7.2
Brewery
@@ -110,7 +110,7 @@
org.bukkit
bukkit
- 1.13.2-R0.1-SNAPSHOT
+ 1.14-R0.1-SNAPSHOT
provided
diff --git a/src/com/dre/brewery/LegacyUtil.java b/src/com/dre/brewery/LegacyUtil.java
index e51f87a..c620fbc 100644
--- a/src/com/dre/brewery/LegacyUtil.java
+++ b/src/com/dre/brewery/LegacyUtil.java
@@ -101,7 +101,7 @@ public class LegacyUtil {
}
public static boolean isSign(Material type) {
- return type == Material.SIGN || type == Material.WALL_SIGN || (!P.use1_13 && type == SIGN_POST);
+ return type.name().endsWith("SIGN") || (!P.use1_13 && type == SIGN_POST);
}
// LAVA and STATIONARY_LAVA are merged as of 1.13