View: Blue gauge for second player

This commit is contained in:
LoveEevee
2018-11-06 22:26:58 +03:00
parent 38fee6d556
commit b06d6d8412
4 changed files with 12 additions and 9 deletions

View File

@@ -1621,7 +1621,7 @@ class SongSelect{
return song.id === id
})
currentSong.p2Cursor = diffId
if(currentSong.stars){
if(p2.session && currentSong.stars){
this.selectedSong = index
this.state.move = 0
if(this.state.screen !== "difficulty"){