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:
@@ -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