From 1e9217e0e0a5a67a6ef14b68b3831a2e5fa97e2b Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 9 Aug 2025 00:46:27 +0100 Subject: [PATCH] fix(ut2k4): update HTTP download redirect URL * Changed `RedirectToURL` to `http://uz2.ut-files.com/` --- ut2k4/UT2004.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ut2k4/UT2004.ini b/ut2k4/UT2004.ini index ae87fa9..87095b2 100644 --- a/ut2k4/UT2004.ini +++ b/ut2k4/UT2004.ini @@ -274,7 +274,8 @@ MasterServerList=(Address="ut2004master.errorist.eu",Port=28902) MasterServerList=(Address="utmaster.openspy.net",Port=28902) [IpDrv.HTTPDownload] -RedirectToURL= +RedirectToURL=http://uz2.ut-files.com/ +#RedirectToURL=http://uz2.pwc-networks.com/ ProxyServerHost= ProxyServerPort=3128 UseCompression=True