forked from chipmunkmc/chipmunkbot
Fix music a bit
This commit is contained in:
parent
27f2f14776
commit
e6bb7c8131
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class SongPlayer extends SessionAdapter {
|
|||
client.chat().tellraw(Component.translatable("Failed to load song: %s", loaderThread.exception.message()).color(NamedTextColor.RED));
|
||||
} else {
|
||||
songQueue.add(loaderThread.song);
|
||||
client.chat().tellraw(Component.translatable("Added %s to the song queue", Component.empty().append(currentSong.name).color(NamedTextColor.DARK_GREEN)).color(NamedTextColor.GREEN));
|
||||
client.chat().tellraw(Component.translatable("Added %s to the song queue", Component.empty().append(loaderThread.song.name).color(NamedTextColor.DARK_GREEN)).color(NamedTextColor.GREEN));
|
||||
}
|
||||
loaderThread = null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue