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:
Lion Kortlepel
2022-02-06 21:37:51 +01:00
parent fdb7c9ce71
commit 17c571811a
4 changed files with 20 additions and 9 deletions

View File

@@ -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 };