DiscordSRV

DiscordSRV

86.8k Downloads

Voice debug messages Drowning out DEBUG

berlincount opened this issue · 1 comments

commented

Player X is not connected to voice

DiscordSRV.debug("Player " + player.getName() + " is not connected to voice");

Dirty: X

DiscordSRV.debug("Dirty: " + player.getName());

are absolutely drowning out the other Debug messages when Players aren't linked or on voice channels

please make mutable separately, or make debugging those aspects optional (false by default)

Thank you!

commented

Believe me, we don't like how much it spams either

Closing because #649 exists