PerformanC / NodeLink

Performant LavaLink alternative written with Node.Js
BSD 2-Clause "Simplified" License
38 stars 23 forks source link

fix: Player's position returning 0 when paused #75

Closed UnschooledGamer closed 2 months ago

UnschooledGamer commented 2 months ago

Changes

Why

The PR fixes the player's position falling back to 0 when paused. Also Corrects the Player's connected property that's being false always as it check for an outdated connection status (ready instead of connected)

Checkmarks

Additional information

Fixes: https://github.com/PerformanC/NodeLink/issues/74