Populate json with enums better

This commit is contained in:
Dean Herbert
2018-11-09 17:54:05 +09:00
parent 9064f3fe0f
commit e170372932
2 changed files with 10 additions and 1 deletions

View File

@ -186,7 +186,7 @@ namespace osu.Game.Tournament
new JsonSerializerSettings
{
NullValueHandling = NullValueHandling.Ignore,
DefaultValueHandling = DefaultValueHandling.Ignore
DefaultValueHandling = DefaultValueHandling.Ignore,
}));
}
}