aboutsummaryrefslogtreecommitdiff
path: root/server/src/commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/commands.rs')
-rw-r--r--server/src/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands.rs b/server/src/commands.rs
index a59d93a0..bc4696ae 100644
--- a/server/src/commands.rs
+++ b/server/src/commands.rs
@@ -194,7 +194,7 @@ impl Server {
.ok();
self.load(
self.index
- .generate_with_book("lobby")
+ .generate_with_book(&self.config.lobby)
.map_err(|e| TrError::Plain(e.to_string()))?,
None,
);