mirror of
https://github.com/Syping/ragephoto-cli.git
synced 2025-11-09 13:15:17 +01:00
fix rdr2 random
This commit is contained in:
parent
bb8290ebfd
commit
3d48c2c65b
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ internal static class Program {
|
||||||
"}";
|
"}";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
DateTimeOffset photoTime = DateTimeOffset.FromUnixTimeSeconds(Random.Shared.NextInt64(-2208988801, -2240524800));
|
DateTimeOffset photoTime = DateTimeOffset.FromUnixTimeSeconds(Random.Shared.NextInt64(-2240524800, -2208988801));
|
||||||
photo.SetHeader("PHOTO - 10/26/25 02:31:34", 3077307752, 2901366738);
|
photo.SetHeader("PHOTO - 10/26/25 02:31:34", 3077307752, 2901366738);
|
||||||
photo.Json = "{\"loc\":{\"x\":0,\"y\":0,\"z\":0}," +
|
photo.Json = "{\"loc\":{\"x\":0,\"y\":0,\"z\":0}," +
|
||||||
"\"regionname\":0,\"districtname\":0,\"statename\":0,\"nm\":\"\"," +
|
"\"regionname\":0,\"districtname\":0,\"statename\":0,\"nm\":\"\"," +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue