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 87c4407 commit 8e1f813
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/main/java/ch/njol/skript/sections/SecOpenInventory.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,11 @@ public Inventory getInventory() {
Skript.registerSection(SecOpenInventory.class, "[show|open|create] %inventory/inventorytype% [to %players%]");
}

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

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

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

@Override
@SuppressWarnings("unchecked")
Expand Down

0 comments on commit 8e1f813

Please sign in to comment.