mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
fmt
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user