Skip to content

Commit

Permalink
Update Util.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Feb 13, 2025
1 parent c603be4 commit f7ed191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/top/mrxiaom/sweetmail/utils/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public static void openBook(Player player, Book book) {
adventure.player(player).openBook(book);
}

@SuppressWarnings({"UnstableApiUsage"})
public static void updateInventory(Player player) {
player.updateInventory();
}
Expand Down

0 comments on commit f7ed191

Please sign in to comment.