shipgirlproject / Shoukaku

A stable, powerful and updated wrapper around Lavalink
https://guide.shoukaku.shipgirl.moe/
MIT License
273 stars 84 forks source link

Fix player not moved correctly if not playing #145

Closed flav-code closed 1 year ago

Deivu commented 1 year ago

Could you explain why do we need update() since resume uses playerData internally on trying to resume?

flav-code commented 1 year ago

well if you do this.resume() it will send the info to the node only if the player is playing so if you move an inactive player the new node won't get the info

Deivu commented 1 year ago

I think you can safely remove the this.track check in resume

flav-code commented 1 year ago

Saya can you merge it ?