Skip to content

Commit

Permalink
Update src/main/java/ch/njol/skript/sections/SecOpenInventory.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass authored Oct 3, 2024
1 parent 9082c82 commit 7326af1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/ch/njol/skript/sections/SecOpenInventory.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ public Inventory getInventory() {
Skript.registerSection(SecOpenInventory.class, "[show|open|create] %inventory/inventorytype% [to %players%]");
}

@Nullable private Expression<?> inventory;
private @Nullable Expression<?> inventory;

@Nullable private Expression<Player> players;
private @Nullable Expression<Player> players;

@Nullable private Trigger trigger;
private @Nullable Trigger trigger;

@Override
@SuppressWarnings("unchecked")
Expand Down

0 comments on commit 7326af1

Please sign in to comment.