fix: music bossbar Paused never getting shown

This commit is contained in:
ChomeNS
2025-04-16 15:41:37 +07:00
parent decd15a926
commit a3b6f7fecf
2 changed files with 1 additions and 3 deletions

View File

@@ -157,8 +157,6 @@ public class MusicPlayerPlugin implements Listener {
currentSong.play();
}
if (currentSong.paused) return;
if (!currentSong.finished()) {
handleLyrics();