summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 0cb1891..a952d40 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -73,6 +73,7 @@ impl Cfg {
73 check_game_versions(&versionfile, true).await?; 73 check_game_versions(&versionfile, true).await?;
74 }, 74 },
75 } 75 }
76
76 Ok(config) 77 Ok(config)
77 } 78 }
78} 79}