mirror of
https://github.com/CarmJos/UserPrefix.git
synced 2026-06-04 23:43:29 +08:00
chore: 打开界面前不再强制关闭GUI
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user