mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2024-11-23 02:55:21 +01:00
Version up
This commit is contained in:
parent
3b4033c0da
commit
688f60180f
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user