Skip to content

Commit

Permalink
[ci skip] Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Sep 2, 2024
1 parent 2fa13fe commit f69fa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/dreeam/surf/util/ItemUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static boolean isContainer(ItemStack i) {

public static boolean isAir(ItemStack i) {
if (Util.isOlderAndEqual(13, 2)) {
// From 1.14 org.bukkit.Material.isAir()
// From >=1.14 org.bukkit.Material.isAir()
switch (i.getType()) {
//<editor-fold defaultstate="collapsed" desc="isAir">
case AIR:
Expand Down

0 comments on commit f69fa12

Please sign in to comment.