implement AllowUnregisteredUsers

This commit is contained in:
Martin Michelsen
2020-02-20 10:52:45 -08:00
parent 4812a2c666
commit 5e091852c4
5 changed files with 38 additions and 16 deletions
+1
View File
@@ -36,6 +36,7 @@ struct ServerState {
std::unordered_map<std::string, PortConfiguration> port_configuration;
std::string username;
bool run_dns_server;
bool allow_unregistered_users;
RunShellBehavior run_shell_behavior;
std::shared_ptr<const QuestIndex> quest_index;
std::shared_ptr<const LevelTable> level_table;