add plyrs to initialized json

This commit is contained in:
Syping 2025-10-27 03:46:51 +01:00
parent 470a1d68da
commit d51a4c32c0

View file

@ -246,7 +246,8 @@ internal static class Program {
["drctr"] = false, ["drctr"] = false,
["rsedtr"] = false, ["rsedtr"] = false,
["cv"] = true, ["cv"] = true,
["sign"] = photo.Sign ["sign"] = photo.Sign,
["plyrs"] = new JsonArray()
}, },
PhotoFormat.RDR2 => new() { PhotoFormat.RDR2 => new() {
["loc"] = jsonLocation, ["loc"] = jsonLocation,