diff --git a/public/src/js/songselect.js b/public/src/js/songselect.js index 4eb898d..4a3d8b6 100644 --- a/public/src/js/songselect.js +++ b/public/src/js/songselect.js @@ -1480,7 +1480,7 @@ class SongSelect{ }) } - if(currentSong.maker !== null){ + if(currentSong.maker || currentSong.maker === 0){ if (songSel) { var _x = x + 38 var _y = y + 10