From 551affdb48178a4aca6d53dcb92faa816e2ef60f Mon Sep 17 00:00:00 2001 From: rasul Date: Fri, 3 Apr 2020 18:50:06 -0500 Subject: [PATCH] Update the description of the database field to match current usage --- src/config/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.rs b/src/config/config.rs index 5640f70..12e21ba 100644 --- a/src/config/config.rs +++ b/src/config/config.rs @@ -12,7 +12,7 @@ use crate::try_print; /// Game configuration #[derive(Clone, Debug, Deserialize)] pub struct Config { - /// Directory to hold world and players + /// Path to the sqlite3 database pub database: PathBuf, /// Server configuration