fix #247, add allow guests config setting.

This commit is contained in:
SaltySnail
2024-06-10 22:06:09 +02:00
parent 2fcb53530a
commit 5dab48af92
4 changed files with 14 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 };