Play se_don on title screen more fittingly

This commit is contained in:
LoveEevee
2021-05-28 04:55:53 +03:00
parent b42b246a99
commit 9c44d223c4
3 changed files with 23 additions and 5 deletions

View File

@@ -757,7 +757,7 @@ class SongSelect{
autoplay = true
}else if(shift){
autoplay = shift
}else if(p2.socket.readyState === 1 && !assets.customSongs){
}else if(p2.socket && p2.socket.readyState === 1 && !assets.customSongs){
multiplayer = ctrl
}
var diff = this.difficultyId[difficulty]