mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Populate json with enums better
This commit is contained in:
@ -186,7 +186,7 @@ namespace osu.Game.Tournament
|
||||
new JsonSerializerSettings
|
||||
{
|
||||
NullValueHandling = NullValueHandling.Ignore,
|
||||
DefaultValueHandling = DefaultValueHandling.Ignore
|
||||
DefaultValueHandling = DefaultValueHandling.Ignore,
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user