Skip to content

Commit

Permalink
Removed formatting from nicls network message json strings
Browse files Browse the repository at this point in the history
  • Loading branch information
bruskajp committed Oct 12, 2021
1 parent db9d903 commit db43a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/NiclsInterface/NiclsInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public override JObject WaitForMessage(string type, int timeout)
json.Add("task pc time", time);

string type = json["type"]?.Value<string>();
ReportMessage(json.ToString(), false);
ReportMessage(json.ToString(Newtonsoft.Json.Formatting.None), false);

if (type == null)
{
Expand Down

0 comments on commit db43a37

Please sign in to comment.