From d44ae36f86511ee85031730ab479222e01baafad Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:23:31 +0100 Subject: [PATCH] whoopsie --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 802d0e8..d8e3b0a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -650,7 +650,7 @@ async fn main() { install_path.as_path(), cfg.download_bonus_content, cfg.force_update, - Some(&game == "iw4x-sp"), + Some(&game != "iw4x-sp"), &master_url, ) .await;