Skip to content

Commit

Permalink
remove unused annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Aug 3, 2024
1 parent 6319baa commit 36eb5cf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public void disable() {
}

@Override
@SuppressWarnings("DataFlowIssue")
public void onPacketSend(PacketSendEvent event) {
if (event.isCancelled()) return;

Expand Down Expand Up @@ -136,7 +135,6 @@ public void onPacketSend(PacketSendEvent event) {
}
}

@SuppressWarnings("DataFlowIssue")
@EventHandler(priority = EventPriority.HIGHEST, ignoreCancelled = true)
private void onInventoryOpen(InventoryOpenEvent event) {
PlayerData data = playerDataCache.get(event.getPlayer().getUniqueId(), PlayerData::new);
Expand Down

0 comments on commit 36eb5cf

Please sign in to comment.