chore: replaced deprecated .Reset() with .Pause()
This commit is contained in:
parent
0368165797
commit
3d8b4ed976
@ -165,7 +165,7 @@ func (mb *MarlinBox) GetCurrentCard() {
|
|||||||
}
|
}
|
||||||
mb.CurrentPlayCard = c
|
mb.CurrentPlayCard = c
|
||||||
if mb.PlayerContext != nil {
|
if mb.PlayerContext != nil {
|
||||||
mb.Player.Reset()
|
mb.Player.Pause()
|
||||||
}
|
}
|
||||||
mb.Play()
|
mb.Play()
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user