typo in music
This commit is contained in:
parent
d03ad70fb1
commit
eb50982a9a
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ public class MusicPlayerPlugin extends SessionAdapter {
|
||||||
|
|
||||||
if (songQueue.size() == 0) {
|
if (songQueue.size() == 0) {
|
||||||
stopPlaying();
|
stopPlaying();
|
||||||
bot.chat().tellraw(Component.text("Finished playing every sone in the queue"));
|
bot.chat().tellraw(Component.text("Finished playing every song in the queue"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (currentSong.size() > 0) {
|
if (currentSong.size() > 0) {
|
||||||
|
|
Loading…
Reference in a new issue