Skip to content

Commit f8ae19d

Browse files
author
codeHusky
committed
Removed unneccesary closeInventory, version bump.
1 parent 2c5b85e commit f8ae19d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.codehusky</groupId>
88
<artifactId>HuskyUI</artifactId>
9-
<version>0.6.0PRE2</version>
9+
<version>0.6.0PRE3</version>
1010

1111
<repositories>
1212
<repository>

src/main/java/com/codehusky/huskyui/InventoryUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public static void close(Player player) {
1313

1414
public static void open(Player player, Inventory inventory) {
1515
Task.builder().execute(()-> {
16-
player.closeInventory();
1716
player.openInventory(inventory);
1817
}).delayTicks(1).submit(HuskyUI.getInstance());
1918
}

0 commit comments

Comments
 (0)