Commit 7a50dec5 authored by Bui's avatar Bui

fix maker detection for local tja

parent ea04771d
...@@ -1480,7 +1480,7 @@ class SongSelect{ ...@@ -1480,7 +1480,7 @@ class SongSelect{
}) })
} }
if(currentSong.maker !== null){ if(currentSong.maker || currentSong.maker === 0){
if (songSel) { if (songSel) {
var _x = x + 38 var _x = x + 38
var _y = y + 10 var _y = y + 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment