Fix wrong obsolete message

This commit is contained in:
Salman Ahmed 2022-05-05 14:39:05 +03:00
parent 8501a41619
commit 43c9058d09
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public virtual string SettingDescription
[JsonIgnore]
public virtual bool ValidForMultiplayerAsFreeMod => true;
[Obsolete("Going forward, the concept of \"ranked\" doesn't exist. The only exceptions are automation mods, which should now override IsPlayable to false.")] // 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>