mirror of
https://github.com/osukey/osukey.git
synced 2025-06-03 20:07:18 +09:00
Format tournament bracket output
This commit is contained in:
parent
d06fd299cd
commit
12740eff72
@ -222,6 +222,7 @@ namespace osu.Game.Tournament
|
||||
sw.Write(JsonConvert.SerializeObject(ladder,
|
||||
new JsonSerializerSettings
|
||||
{
|
||||
Formatting = Formatting.Indented,
|
||||
NullValueHandling = NullValueHandling.Ignore,
|
||||
DefaultValueHandling = DefaultValueHandling.Ignore,
|
||||
}));
|
||||
|
Loading…
x
Reference in New Issue
Block a user