forked from ChomeNS/chomens-bot-java
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) {
|
||||
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;
|
||||
}
|
||||
if (currentSong.size() > 0) {
|
||||
|
|
Loading…
Reference in a new issue