From 202ed4fcaa69e7de23e83fab0bae4ced6209eee4 Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Tue, 2 May 2023 20:37:23 +0200 Subject: added config option for default mc version changed version input system --- src/commands/io.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands') diff --git a/src/commands/io.rs b/src/commands/io.rs index 82b30ce..e072f00 100644 --- a/src/commands/io.rs +++ b/src/commands/io.rs @@ -92,7 +92,7 @@ pub async fn import(config: Cfg, file_str: String, direct_download: bool) -> MLE mod_ids.push(IDSelector::ModificationID(String::from(mod_id))); } //TODO impl set_version and good direct download - //TODO impl all at once, dafuck + //TODO impl all at once, dafuck ?done? mod_add(config.clone(), mod_ids, list, direct_download, false).await?; } Ok(()) -- cgit v1.2.3