fix maker detection for local tja
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user