mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-08-04 15:18:49 +00:00
Add PSP URLs
This commit is contained in:
parent
71dabcd0ac
commit
307008c3c7
1 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@ namespace LBPUnion.UnionPatcher {
|
||||||
"http://littlebigplanetps3.online.scee.com:10060/LITTLEBIGPLANETPS3_XML",
|
"http://littlebigplanetps3.online.scee.com:10060/LITTLEBIGPLANETPS3_XML",
|
||||||
"http://live.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://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) {
|
public static void PatchFile(string fileName, string serverUrl, string outputFileName) {
|
||||||
|
@ -55,4 +57,4 @@ namespace LBPUnion.UnionPatcher {
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue