PerformanC / NodeLink

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

Syntax fix on voiceHandler.js #46

Closed ZuherLaith closed 5 months ago

ZuherLaith commented 5 months ago

Changes

I made a small modification on the following variables nodelinkPlayersCount , nodelinkPlayingPlayersCount

Why

When a client player disconnects, it will cause NL to crash due to syntax error.

Checkmarks