Archived
0

Fixed Warnings (most of them are just suppression)

This commit is contained in:
Minenash
2019-01-03 18:03:29 -05:00
parent ff348a6e3f
commit 7a5323ca02
5 changed files with 5 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ import org.bukkit.event.player.PlayerMoveEvent;
import org.bukkit.event.player.PlayerPickupArrowEvent;
import org.bukkit.event.player.PlayerPickupItemEvent;
@SuppressWarnings("deprecation")
public class CancelledEventsHandler implements Listener {
private LoginSecurity mainClass;