Add config setting to allow/deny guests (#335)

fix #247
This commit is contained in:
Lion
2024-06-11 09:01:49 +02:00
committed by GitHub
4 changed files with 13 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ public:
int Port { 30814 };
std::string CustomIP {};
bool LogChat { true };
bool AllowGuests { true };
bool SendErrors { true };
bool SendErrorsMessageEnabled { true };
int HTTPServerPort { 8080 };