diff options
Diffstat (limited to 'src/commands/io.rs')
-rw-r--r-- | src/commands/io.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
92 | mod_ids.push(IDSelector::ModificationID(String::from(mod_id))); | 92 | mod_ids.push(IDSelector::ModificationID(String::from(mod_id))); |
93 | } | 93 | } |
94 | //TODO impl set_version and good direct download | 94 | //TODO impl set_version and good direct download |
95 | //TODO impl all at once, dafuck | 95 | //TODO impl all at once, dafuck ?done? |
96 | mod_add(config.clone(), mod_ids, list, direct_download, false).await?; | 96 | mod_add(config.clone(), mod_ids, list, direct_download, false).await?; |
97 | } | 97 | } |
98 | Ok(()) | 98 | Ok(()) |