fix maker detection for local tja

This commit is contained in:
Bui 2019-11-26 13:40:42 +00:00
parent ea04771d00
commit 7a50dec558

View File

@ -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