mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
handle invalid maker ids
This commit is contained in:
parent
0ac923d245
commit
30bc2b1002
@ -1518,7 +1518,7 @@ class SongSelect{
|
||||
{outline: "#fff", letterBorder: 8},
|
||||
{fill: "#000"}
|
||||
])
|
||||
} else if(currentSong.maker && currentSong.maker.id > 0){
|
||||
} else if(currentSong.maker && currentSong.maker.id > 0 && currentSong.maker.name){
|
||||
var _x = x + 62
|
||||
var _y = y + 380
|
||||
ctx.lineWidth = 5
|
||||
|
Loading…
Reference in New Issue
Block a user