diff options
author | fxqnlr <[email protected]> | 2023-05-13 12:59:38 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2023-05-13 12:59:38 +0200 |
commit | 3181da20e001146653a09f0734e0340b043d9b4b (patch) | |
tree | ddcc522a96fc1ca99fac712b63f8dfecaf2f7517 /src/commands/io.rs | |
parent | 8398b4003b72b3eefea11d8f71897ddb48f4b0ad (diff) | |
download | modlist-3181da20e001146653a09f0734e0340b043d9b4b.tar modlist-3181da20e001146653a09f0734e0340b043d9b4b.tar.gz modlist-3181da20e001146653a09f0734e0340b043d9b4b.zip |
removed todos, fixed get version set
Diffstat (limited to 'src/commands/io.rs')
-rw-r--r-- | src/commands/io.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands/io.rs b/src/commands/io.rs index 2bab132..dd294bc 100644 --- a/src/commands/io.rs +++ b/src/commands/io.rs | |||
@@ -110,8 +110,6 @@ pub async fn import(config: Cfg, file_str: String, direct_download: bool) -> MLE | |||
110 | for id in exportlist.versions { | 110 | for id in exportlist.versions { |
111 | ver_ids.push(AddMod { id: IDSelector::VersionID(id.version), set_version: id.set} ); | 111 | ver_ids.push(AddMod { id: IDSelector::VersionID(id.version), set_version: id.set} ); |
112 | } | 112 | } |
113 | //TODO impl set_version and good direct download | ||
114 | //TODO impl all at once, dafuck ?done? | ||
115 | mod_add(config.clone(), ver_ids, list, direct_download).await?; | 113 | mod_add(config.clone(), ver_ids, list, direct_download).await?; |
116 | } | 114 | } |
117 | Ok(()) | 115 | Ok(()) |