From 917640c4e691e07ca6e9de5049d1e52de7594e78 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Sat, 28 Oct 2023 20:14:39 +0200 Subject: [PATCH] dc --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 5874bcc..3affad5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -298,6 +298,7 @@ fn update(game: &Game, dir: &Path, bonus_content: bool, force: bool) { } fn launch(file_path: &PathBuf, args: &str) { + println!("\n\nJoin the AlterWare Discord server:\nhttps://discord.gg/2ETE8engZM\n\n"); println!("Launching {} {}", file_path.display(), args); std::process::Command::new(file_path) .args(args.trim().split(' '))