1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-04 23:43:29 +08:00

chore: 打开界面前不再强制关闭GUI

This commit is contained in:
2025-02-04 12:50:57 +08:00
parent 4d42982659
commit 844f59af20
@@ -107,7 +107,7 @@ public class PrefixSelectGUI extends AutoPagedGUI {
} }
public static void open(Player player) { public static void open(Player player) {
player.closeInventory(); // 防止冲突 // player.closeInventory(); // 防止冲突
PluginConfig.SOUNDS.GUI_OPEN.playTo(player); PluginConfig.SOUNDS.GUI_OPEN.playTo(player);
new PrefixSelectGUI(player).openGUI(player); new PrefixSelectGUI(player).openGUI(player);
openingUsers.add(player); openingUsers.add(player);