mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Stop playing back samples for nested screens in multiplayer
I'd argue this sounds better.
This commit is contained in:
parent
795baf0d5e
commit
ef0b5c9406
@ -13,6 +13,8 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
|
||||
public virtual string ShortTitle => Title;
|
||||
|
||||
protected override bool PlayExitSound => false;
|
||||
|
||||
[Resolved]
|
||||
protected IRoomManager? RoomManager { get; private set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user