mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 15:27:48 +00:00
force "+set logfile 1" iw4x arg
This commit is contained in:
@@ -738,6 +738,15 @@ async fn main() {
|
||||
}
|
||||
}
|
||||
|
||||
if cfg.engine == "iw4" && !cfg.args.contains("+set logfile 1") {
|
||||
cfg.args = format!("{} +set logfile 1", cfg.args);
|
||||
config::save_value_s(
|
||||
install_path.join("alterware-launcher.json"),
|
||||
"args",
|
||||
cfg.args.clone(),
|
||||
);
|
||||
}
|
||||
|
||||
if cfg.ask_bonus_content && !g.bonus.is_empty() {
|
||||
println!("Download bonus content? (Y/n)");
|
||||
let input = misc::stdin().to_ascii_lowercase();
|
||||
|
||||
Reference in New Issue
Block a user