Added song completion message

This commit is contained in:
Harry Zhou 2022-07-02 23:56:23 -05:00
parent 334dde87e7
commit b11203c8b2

View file

@ -236,6 +236,7 @@ public class SongHandler {
}
if (currentSong.finished()) {
SongPlayer.addChatMessage("§6Done playing §3" + currentSong.name);
currentSong = null;
}
}