From cde077ba760852b3a8cf665ad0318138cf70ae24 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:29:08 +0200 Subject: [PATCH] fmt --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index bf0ab12..2f06561 100644 --- a/src/main.rs +++ b/src/main.rs @@ -873,7 +873,7 @@ async fn main() { } let mut is_iw4x = false; - + if args.len() > 1 && args[1] == "iw4x" { is_iw4x = true; } else { @@ -885,7 +885,7 @@ async fn main() { } } } - + if is_iw4x { let iw4x_cdn = "https://cdn.iw4x.dev"; *MASTER_URL.lock().unwrap() = iw4x_cdn.to_string();