mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-19 14:40:57 +00:00
say command + playerlist works now
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user