change volume to 2.0
This commit is contained in:
parent
4b12724abc
commit
f308cc39ef
|
|
@ -253,6 +253,7 @@
|
|||
if (!chat || !chat.player) {
|
||||
return;
|
||||
}
|
||||
chat.player.volume = 2.0;
|
||||
chat.player.play();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user