mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-19 22:50:19 +00:00
project cleanup, getplayeridentifiers and sendchatmessage implemented
also adds support for the debug flag :)
This commit is contained in:
@@ -41,11 +41,12 @@ pub struct GeneralSettings {
|
||||
#[serde(rename = "ResourceFolder")]
|
||||
pub resource_folder: String,
|
||||
|
||||
#[serde(rename = "Debug")]
|
||||
pub debug: bool,
|
||||
|
||||
// Options below are not yet supported
|
||||
#[serde(rename = "LogChat")]
|
||||
pub log_chat: bool,
|
||||
#[serde(rename = "Debug")]
|
||||
pub debug: bool,
|
||||
}
|
||||
|
||||
impl GeneralSettings {
|
||||
|
||||
Reference in New Issue
Block a user