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