mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 02:30:54 +00:00
Add config option to turn off chat logging
When LogChat is disabled, using the `say` command in the console will trigger a "chat message sent!" reply, as UX feedback.
This commit is contained in:
@@ -49,6 +49,7 @@ public:
|
||||
bool DebugModeEnabled { false };
|
||||
int Port { 30814 };
|
||||
std::string CustomIP {};
|
||||
bool LogChat { true };
|
||||
bool SendErrors { true };
|
||||
bool SendErrorsMessageEnabled { true };
|
||||
int HTTPServerPort { 8080 };
|
||||
|
||||
Reference in New Issue
Block a user