From 307008c3c7bdfedd8e654e24b6570e7f2c1926bc Mon Sep 17 00:00:00 2001 From: Beyley Thomas Date: Wed, 17 Nov 2021 00:06:58 -0800 Subject: [PATCH] Add PSP URLs --- UnionPatcher/Patcher.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UnionPatcher/Patcher.cs b/UnionPatcher/Patcher.cs index 82b9990..e08fed2 100644 --- a/UnionPatcher/Patcher.cs +++ b/UnionPatcher/Patcher.cs @@ -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; } } -} \ No newline at end of file +}