Version up

This commit is contained in:
tastybento 2019-01-13 18:36:07 -08:00
parent 3b4033c0da
commit 688f60180f
2 changed files with 1 additions and 2 deletions

View File

@ -91,7 +91,7 @@
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -246,7 +246,6 @@ public class AcidEffect implements Listener {
* player has on. The higher the value, the more protection they
* have.
*/
@SuppressWarnings("deprecation")
private static double getDamageReduced(Player player) {
org.bukkit.inventory.PlayerInventory inv = player.getInventory();
ItemStack boots = inv.getBoots();