Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manavortex committed Apr 26, 2024
2 parents 3c29e5a + afb783e commit 31cea2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/hook_global.wscript
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ globalThis.onImportFromJson = function (jsonText) {
// json["Data"]["RootChunk"]["cookingPlatform"] = "PLATFORM_PS5";

return {
jsonText: TypeHelper.JsonStringify(json)
jsonText: TypeHelper.JsonStringify(json, 2)
}
}

Expand Down

0 comments on commit 31cea2b

Please sign in to comment.