diff --git a/osu.Game.Tournament/TournamentGameBase.cs b/osu.Game.Tournament/TournamentGameBase.cs index 628f64dc73..06fb52da77 100644 --- a/osu.Game.Tournament/TournamentGameBase.cs +++ b/osu.Game.Tournament/TournamentGameBase.cs @@ -222,6 +222,7 @@ protected virtual void SaveChanges() sw.Write(JsonConvert.SerializeObject(ladder, new JsonSerializerSettings { + Formatting = Formatting.Indented, NullValueHandling = NullValueHandling.Ignore, DefaultValueHandling = DefaultValueHandling.Ignore, }));