diff --git a/GamestatsBase/GamestatsHandler.cs b/GamestatsBase/GamestatsHandler.cs index c9fb959..9957e12 100644 --- a/GamestatsBase/GamestatsHandler.cs +++ b/GamestatsBase/GamestatsHandler.cs @@ -281,7 +281,7 @@ namespace GamestatsBase /// The PID (little endian) is left at the start of the output /// but the (unencrypted) checksum is removed. /// - private byte[] DecryptData(String data) + public byte[] DecryptData(String data) { byte[] data2 = FromUrlSafeBase64String(data); if (RequestVersion == GamestatsRequestVersions.Version1) return data2;