This commit is contained in:
alterware
2025-06-13 08:35:26 +02:00
parent 806758088d
commit 6f241dffe2
3 changed files with 3 additions and 3 deletions

View File

@@ -636,7 +636,7 @@ fn show_iw4x_info() {
"{}",
"IW4x is not provided through AlterWare anymore.".bright_red()
);
println!("Please use iw4x-launcher.exe instead or visit www.iw4x.dev/install");
println!("Please visit https://aka.alterware.dev/iw4x for more information");
misc::stdin();
std::process::exit(0);
}