1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 22:57:46 +08:00

Fix incorrect acronym

This commit is contained in:
smoogipoo
2018-12-14 13:38:13 +09:00
Unverified
parent 8e6a85058b
commit 2e767a5292
+1 -1
View File
@@ -10,7 +10,7 @@ namespace osu.Game.Rulesets.Mods
/// <summary>
/// The shortened name of this mod.
/// </summary>
[JsonProperty]
[JsonProperty("acronym")]
string Acronym { get; }
}
}