1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 17:52:56 +08:00
This commit is contained in:
iiSaLMaN 2019-04-22 10:14:19 +03:00 committed by GitHub
parent 9030935030
commit cfb3c38c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ namespace osu.Game.Rulesets.Scoring
/// </summary>
public bool AdjustRank
{
get => return adjustRank;
get => adjustRank;
set
{