1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 20:33:35 +08:00

Avoid writing out team acronyms to JSON

As proposed in https://github.com/ppy/osu/discussions/32626.
This commit is contained in:
Dean Herbert
2025-04-03 14:33:52 +09:00
Unverified
parent ac88220a3d
commit 6ef3bf50e3
@@ -19,6 +19,7 @@ namespace osu.Game.Tournament.Models
{
public int ID;
[JsonIgnore]
public List<string> Acronyms
{
get