Skip to content

Commit

Permalink
1.1.4 升级jar
Browse files Browse the repository at this point in the history
  • Loading branch information
handy-git committed Nov 5, 2024
1 parent 7527c2d commit 4634410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spigot-api.vesion>1.21-R0.1-SNAPSHOT</spigot-api.vesion>
<lombok.version>1.18.32</lombok.version>
<HandyLib.version>3.10.8</HandyLib.version>
<spigot-api.vesion>1.21.3-R0.1-SNAPSHOT</spigot-api.vesion>
<lombok.version>1.18.34</lombok.version>
<HandyLib.version>3.13.0</HandyLib.version>
<placeholderapi.version>2.10.5</placeholderapi.version>
<annotations.version>24.1.0</annotations.version>
</properties>
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/cn/handyplus/chat/inventory/ItemGui.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ private void setDate(HandyInventory handyInventory) {
* @param handyInventory GUI
*/
private void setFunctionMenu(HandyInventory handyInventory) {
Inventory inventory = handyInventory.getInventory();
// 关闭按钮
HandyInventoryUtil.setButton(ConfigUtil.ITEM_CONFIG, inventory, "back");
HandyInventoryUtil.setButton(ConfigUtil.ITEM_CONFIG, handyInventory, "back");
// 自定义按钮
HandyInventoryUtil.setCustomButton(ConfigUtil.ITEM_CONFIG, handyInventory, "custom");
}
Expand Down

0 comments on commit 4634410

Please sign in to comment.