Skip to content

Commit

Permalink
Removed unneccesary closeInventory, version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
codeHusky committed Mar 4, 2019
1 parent 2c5b85e commit f8ae19d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.codehusky</groupId>
<artifactId>HuskyUI</artifactId>
<version>0.6.0PRE2</version>
<version>0.6.0PRE3</version>

<repositories>
<repository>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/codehusky/huskyui/InventoryUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public static void close(Player player) {

public static void open(Player player, Inventory inventory) {
Task.builder().execute(()-> {
player.closeInventory();
player.openInventory(inventory);
}).delayTicks(1).submit(HuskyUI.getInstance());
}
Expand Down

0 comments on commit f8ae19d

Please sign in to comment.