Skip to content

Commit

Permalink
Remove unused deprecation annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Feb 16, 2025
1 parent f86bf0d commit 8aa0a7e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public JoinLeaveListener(@NonNull BentoBox plugin) {
players = plugin.getPlayers();
}

@SuppressWarnings("deprecation")
@EventHandler(priority = EventPriority.NORMAL, ignoreCancelled = true)
public void onPlayerJoin(final PlayerJoinEvent event) {
// Remove them from the cache, just in case they were not removed for some
Expand Down

0 comments on commit 8aa0a7e

Please sign in to comment.