Skip to content

Commit

Permalink
forgot to remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0inx committed May 13, 2024
1 parent 97fabed commit d6f0916
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,6 @@ public void clearTeamInventory(Island island) {
user.getPlayer();
onlinePlayers.add(user);
} catch (Exception e) {
IridiumSkyblock.getInstance().getLogger().warning(e.getMessage());
offlinePlayers.add(user);
}
}
Expand Down

0 comments on commit d6f0916

Please sign in to comment.