This commit is contained in:
parent
28ec915144
commit
0fb1d23184
@ -404,7 +404,7 @@ function startServer(client) {
|
||||
|
||||
if(player) {
|
||||
|
||||
player.setVolume(pos * 10)
|
||||
player.setVolume(pos)
|
||||
}
|
||||
|
||||
actualize()
|
||||
@ -658,7 +658,7 @@ function startServer(client) {
|
||||
data["loop"] = true
|
||||
}
|
||||
|
||||
data["volume"] = player.volume
|
||||
data["volume"] = player.volume * 10
|
||||
|
||||
|
||||
if(player.queue.current) {
|
||||
|
Loading…
Reference in New Issue
Block a user