Fix sound duplication due to checkbox

This commit is contained in:
smoogipoo
2021-02-02 21:29:00 +09:00
parent f25535548a
commit 5a56e2ba4b
2 changed files with 15 additions and 4 deletions

View File

@ -110,6 +110,8 @@ namespace osu.Game.Screens.OnlinePlay
{
public Action<bool> Changed;
protected override bool PlaySoundsOnUserChange => false;
protected override void OnUserChange(bool value)
{
base.OnUserChange(value);