say command + playerlist works now

This commit is contained in:
Luuk van Oijen
2023-11-24 14:37:07 +01:00
parent 145b74aefc
commit b06d2fe151
4 changed files with 45 additions and 10 deletions

View File

@@ -38,13 +38,14 @@ pub struct GeneralSettings {
#[serde(rename = "Map")]
pub map: String,
#[serde(rename = "ResourceFolder")]
pub resource_folder: String,
// Options below are not yet supported
#[serde(rename = "LogChat")]
pub log_chat: bool,
#[serde(rename = "Debug")]
pub debug: bool,
#[serde(rename = "ResourceFolder")]
pub resource_folder: String,
}
impl GeneralSettings {