mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Broke meta
This commit is contained in:
@@ -349,7 +349,7 @@ public static class Money
|
||||
string? metaJson = null;
|
||||
if (gameMeta != null)
|
||||
{
|
||||
metaJson = JsonSerializer.Serialize(gameMeta, Formatting.Indented);
|
||||
metaJson = JsonSerializer.Serialize(gameMeta, new JsonSerializerOptions { WriteIndented = true });
|
||||
_logger.Debug("Serialized metadata follows");
|
||||
_logger.Debug(metaJson);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user