Added song completion message
This commit is contained in:
parent
334dde87e7
commit
b11203c8b2
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ public class SongHandler {
|
|||
}
|
||||
|
||||
if (currentSong.finished()) {
|
||||
SongPlayer.addChatMessage("§6Done playing §3" + currentSong.name);
|
||||
currentSong = null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue