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
@@ -11,6 +11,7 @@ using namespace std;
ServerState::ServerState() : run_dns_server(true),
allow_unregistered_users(false),
run_shell_behavior(RunShellBehavior::Default), next_lobby_id(1) {
this->main_menu.emplace_back(MAIN_MENU_GO_TO_LOBBY, u"Go to lobby",
u"Join the lobby.", 0);