mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 12:32:03 -04:00
Broke meta
This commit is contained in:
@@ -349,7 +349,7 @@ public static class Money
|
|||||||
string? metaJson = null;
|
string? metaJson = null;
|
||||||
if (gameMeta != 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("Serialized metadata follows");
|
||||||
_logger.Debug(metaJson);
|
_logger.Debug(metaJson);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user