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:
@@ -19,6 +19,7 @@ namespace osu.Game.Tournament.Models
|
||||
{
|
||||
public int ID;
|
||||
|
||||
[JsonIgnore]
|
||||
public List<string> Acronyms
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user