Fixed bug with mute
This commit is contained in:
@@ -131,7 +131,7 @@ void loop()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// This is if the user is unmuted and is aksing to be muted
|
// This is if the user is unmuted and is aksing to be muted
|
||||||
for (int i = 0; i < userVolume; i++)
|
for (int i = 0; i < 64; i++)
|
||||||
{
|
{
|
||||||
volumeDown();
|
volumeDown();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user