From d48fd3bd66d86175884d3fc0d7b6788381c66277 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Thu, 27 Feb 2025 05:07:33 +0100 Subject: [PATCH] Update global.rs --- src/global.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.rs b/src/global.rs index 6efb696..454aa9e 100644 --- a/src/global.rs +++ b/src/global.rs @@ -13,7 +13,7 @@ pub const GH_REPO: &str = "alterware-launcher"; pub const GH_IW4X_OWNER: &str = "iw4x"; pub const GH_IW4X_REPO: &str = "iw4x-client"; pub const DEFAULT_MASTER: &str = "https://cdn.alterware.ovh"; -pub const BACKUP_MASTER: &str = "https://cdn.iw4x.getserve.rs"; +pub const BACKUP_MASTER: &str = "https://cdn.getserve.rs"; pub static MASTER_URL: Lazy> = Lazy::new(|| Mutex::new(String::from(DEFAULT_MASTER)));