- FIxed a Turnkey bug where flags weren't surrounded in quotes, so the editor wasn't parsting all of the flags properly

#jira none
#rb trivial
#preflight skip

[CL 20053659 by Josh Adams in ue5-main branch]
This commit is contained in:
Josh Adams
2022-05-04 20:43:36 -04:00
parent a600b42b5c
commit 5bd689a00d
@@ -103,7 +103,7 @@ namespace Turnkey.Commands
PlatformProperties.Add(SDKInfo.ToString("Allowed", ""));
}
PlatformProperties.Add($"Flags={ReportedState}");
PlatformProperties.Add($"Flags=\"{ReportedState}\"");
if (TurnkeyContext.ErrorMessages.Count() > 0)
{