We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f9dba commit fd5bb6eCopy full SHA for fd5bb6e
1 file changed
psynet.go
@@ -18,9 +18,9 @@ import (
18
19
const (
20
baseURL = "https://api.rlpp.psynet.gg/rpc"
21
- gameVersion = "260420.86069.515605"
+ gameVersion = "260506.26700.517210"
22
featureSet = "PrimeUpdate58_1"
23
- psyBuildId = "1273328361"
+ psyBuildId = "-1652286008"
24
psySigKey = "c338bd36fb8c42b1a431d30add939fc7"
25
pingInterval = 20 * time.Second
26
pongTimeout = 10 * time.Second
0 commit comments