fix: music bossbar Paused never getting shown
This commit is contained in:
@@ -157,8 +157,6 @@ public class MusicPlayerPlugin implements Listener {
|
||||
currentSong.play();
|
||||
}
|
||||
|
||||
if (currentSong.paused) return;
|
||||
|
||||
if (!currentSong.finished()) {
|
||||
handleLyrics();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user