Merge pull request #2 from Beyley/patch-1

Add PSP URLs
This commit is contained in:
jvyden 2021-11-17 03:13:08 -05:00 committed by GitHub
commit a981a129fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@ namespace LBPUnion.UnionPatcher {
"http://littlebigplanetps3.online.scee.com:10060/LITTLEBIGPLANETPS3_XML",
"http://live.littlebigplanetps3.online.scee.com:10060/LITTLEBIGPLANETPS3_XML",
"http://presence.littlebigplanetps3.online.scee.com:10060/LITTLEBIGPLANETPS3_XML",
"http://lbppsp.online.scee.com:10060/LITTLEBIGPLANETPSP_XML",
"https://lbppsp.online.scee.com:10061/LITTLEBIGPLANETPSP_XML"
};
public static void PatchFile(string fileName, string serverUrl, string outputFileName) {
@ -55,4 +57,4 @@ namespace LBPUnion.UnionPatcher {
return data;
}
}
}
}