diff --git a/src/main.rs b/src/main.rs index 57aa29d..c459a7d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -131,4 +131,9 @@ fn main() { return; } } + + println!("Game not found!"); + println!("Place the launcher in the game folder, if that doesn't work specify the client on the command line (ex. alterware-launcher.exe iw4-sp)"); + println!("Press enter to exit..."); + std::io::stdin().read_line(&mut String::new()).unwrap(); }