Skip to content

Commit

Permalink
Update global.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxve authored Feb 27, 2025
1 parent 37cef71 commit d48fd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Mutex<String>> = Lazy::new(|| Mutex::new(String::from(DEFAULT_MASTER)));

Expand Down

0 comments on commit d48fd3b

Please sign in to comment.