Skip to content

Commit

Permalink
chore: 打开界面前不再强制关闭GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Feb 4, 2025
1 parent 4d42982 commit 844f59a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static void closeAll() {
}

public static void open(Player player) {
player.closeInventory(); // 防止冲突
// player.closeInventory(); // 防止冲突
PluginConfig.SOUNDS.GUI_OPEN.playTo(player);
new PrefixSelectGUI(player).openGUI(player);
openingUsers.add(player);
Expand Down

0 comments on commit 844f59a

Please sign in to comment.