diff options
| author | Krakenied <Krakenied1@gmail.com> | 2022-08-21 01:22:06 +0200 |
|---|---|---|
| committer | Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> | 2022-08-21 18:59:13 +0100 |
| commit | af4c850c5826c8238b7cef34b972682b23eaaaba (patch) | |
| tree | 38b287af2cd3c609d0155faf9087febb78d35e2a | |
| parent | f80eb1b21b963d180b353292238aba40d405c9a1 (diff) | |
Remove redundant suppression
| -rw-r--r-- | bukkit/src/main/java/com/leonardobishop/quests/bukkit/tasktype/type/SmeltingTaskType.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bukkit/src/main/java/com/leonardobishop/quests/bukkit/tasktype/type/SmeltingTaskType.java b/bukkit/src/main/java/com/leonardobishop/quests/bukkit/tasktype/type/SmeltingTaskType.java index a89a2c84..fd552a7b 100644 --- a/bukkit/src/main/java/com/leonardobishop/quests/bukkit/tasktype/type/SmeltingTaskType.java +++ b/bukkit/src/main/java/com/leonardobishop/quests/bukkit/tasktype/type/SmeltingTaskType.java @@ -40,7 +40,6 @@ public final class SmeltingTaskType extends BukkitTaskType { fixedQuestItemCache.clear(); } - @SuppressWarnings("deprecation") @EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true) public void onInventoryClick(InventoryClickEvent event) { ItemStack item = event.getCurrentItem(); |
