Update dependencies

This commit is contained in:
Pim van der Loos
2021-09-09 13:31:38 +02:00
parent bde19bcd6c
commit 61e94ee8a1
2 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ public class ArmoredElytra extends JavaPlugin implements Listener
if (minecraftVersion.isOlderThan(MinecraftVersion.v1_15))
{
myLogger(Level.SEVERE, "Trying to run this plugin on an unsupported version... ABORT!");
this.setEnabled(false);
setEnabled(false);
return;
}
@ -83,7 +83,7 @@ public class ArmoredElytra extends JavaPlugin implements Listener
if (config.allowStats())
{
myLogger(Level.INFO, "Enabling stats! Thanks, it really helps!");
@SuppressWarnings("unused") final Metrics metrics = new Metrics(this);
@SuppressWarnings("unused") final Metrics metrics = new Metrics(this, 1656);
}
else
// Y u do dis? :(