mirror of
https://github.com/Syping/ragephoto-cli.git
synced 2025-11-09 21:25:18 +01:00
add plyrs to initialized json
This commit is contained in:
parent
470a1d68da
commit
d51a4c32c0
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue