mirror of
https://github.com/ppy/osu.git
synced 2026-05-13 20:33:35 +08:00
Disallow external beatmap changes during ranked play (#37358)
Fixes https://osu.ppy.sh/community/forums/topics/2198450?n=3
This commit is contained in:
committed by
GitHub
Unverified
parent
1168c477d9
commit
b1ef351f83
@@ -43,6 +43,10 @@ namespace osu.Game.Screens.OnlinePlay.Matchmaking.RankedPlay
|
||||
{
|
||||
protected override bool InitialBackButtonVisibility => false;
|
||||
|
||||
public override bool? ApplyModTrackAdjustments => true;
|
||||
|
||||
public override bool DisallowExternalBeatmapRulesetChanges => true;
|
||||
|
||||
public override bool HideOverlaysOnEnter => true;
|
||||
|
||||
public RankedPlaySubScreen? ActiveSubScreen { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user