From 7a50dec558571b7118f429d1d79cdfdb348dc825 Mon Sep 17 00:00:00 2001 From: Bui Date: Tue, 26 Nov 2019 13:40:42 +0000 Subject: [PATCH] fix maker detection for local tja --- public/src/js/songselect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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