Skip to content

Commit d6b653d

Browse files
committed
[update] queueボタンの説明文を元に
1 parent bba9c93 commit d6b653d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/github/elic0de/thejpspit/spigot/gui/ServerQueueMenu.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ private DynamicGuiElement queueButton(char symbol, String serverName, ItemStack
6767
desc,
6868
" ",
6969
"&7必要なプレイヤー: &a" + queueManager.getNeededPlayer(serverName),
70-
isQueued ? "&cクリックしてキャンセルする" : "&eクリックしてキューを追加",
71-
"&c現在利用できません"
70+
isQueued ? "&cクリックしてキャンセルする" : "&eクリックしてキューを追加"
7271
);
7372
});
7473
}

0 commit comments

Comments
 (0)