1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 11:30:08 +08:00

Merge pull request #32663 from peppy/dont-json-acronyms

Avoid writing out team acronyms to JSON
This commit is contained in:
Bartłomiej Dach
2025-04-03 09:20:18 +02:00
committed by GitHub
Unverified
@@ -19,6 +19,7 @@ namespace osu.Game.Tournament.Models
{
public int ID;
[JsonIgnore]
public List<string> Acronyms
{
get