Merge of the pretty save branch

This commit is contained in:
penolakushari 2023-06-13 12:50:35 +03:00
commit 9680e756ef

View File

@ -269,7 +269,7 @@ function MGR.Save(path, serializedKeyframes, player)
end
path = SaveDir .. (PlayerPath[player] or "") .. path .. ".txt"
local json = util.TableToJSON(serializedKeyframes)
local json = util.TableToJSON(serializedKeyframes, true)
file.Write(path, json)
end