Removes reference to TIPPED_ARROW due to 1.14 incompatibility.

Fixes https://github.com/BentoBoxWorld/addon-limits/issues/22
This commit is contained in:
tastybento 2019-06-14 18:50:51 -07:00
parent 539f7d604f
commit 3e073db3ff
2 changed files with 2 additions and 3 deletions

View File

@ -47,7 +47,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.13.2-R0.1-SNAPSHOT</version>
<version>1.14.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -71,7 +71,7 @@
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.5.0</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -61,7 +61,6 @@ public class LimitPanel {
E2M.put(EntityType.TRIDENT, null);
E2M.put(EntityType.ARROW, null);
E2M.put(EntityType.SPECTRAL_ARROW, null);
E2M.put(EntityType.TIPPED_ARROW, null);
E2M.put(EntityType.SNOWBALL, null);
E2M.put(EntityType.EGG, null);
E2M.put(EntityType.LEASH_HITCH, null);