mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 18:03:55 +08:00
Format tournament bracket output
This commit is contained in:
@@ -222,6 +222,7 @@ namespace osu.Game.Tournament
|
||||
sw.Write(JsonConvert.SerializeObject(ladder,
|
||||
new JsonSerializerSettings
|
||||
{
|
||||
Formatting = Formatting.Indented,
|
||||
NullValueHandling = NullValueHandling.Ignore,
|
||||
DefaultValueHandling = DefaultValueHandling.Ignore,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user