This commit is contained in:
2025-06-10 21:29:08 +02:00
parent f98a311eec
commit cde077ba76

View File

@@ -873,7 +873,7 @@ async fn main() {
} }
let mut is_iw4x = false; let mut is_iw4x = false;
if args.len() > 1 && args[1] == "iw4x" { if args.len() > 1 && args[1] == "iw4x" {
is_iw4x = true; is_iw4x = true;
} else { } else {
@@ -885,7 +885,7 @@ async fn main() {
} }
} }
} }
if is_iw4x { if is_iw4x {
let iw4x_cdn = "https://cdn.iw4x.dev"; let iw4x_cdn = "https://cdn.iw4x.dev";
*MASTER_URL.lock().unwrap() = iw4x_cdn.to_string(); *MASTER_URL.lock().unwrap() = iw4x_cdn.to_string();