mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 21:13:21 +08:00
Fix obsolete message in Mod.Ranked
This commit is contained in:
parent
7b4317be9a
commit
6a0c5b54c3
@ -114,7 +114,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
[JsonIgnore]
|
||||
public virtual bool UserPlayable => true;
|
||||
|
||||
[Obsolete("Going forward, the concept of \"ranked\" doesn't exist. The only exceptions are automation mods, which should now override and set UserPlayable to true.")] // Can be removed 20211009
|
||||
[Obsolete("Going forward, the concept of \"ranked\" doesn't exist. The only exceptions are automation mods, which should now override and set UserPlayable to false.")] // Can be removed 20211009
|
||||
public virtual bool Ranked => false;
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user