add a couple of convenience features and clean up config file a bit

This commit is contained in:
Martin Michelsen
2019-08-10 00:08:40 -07:00
parent 9ee2e97738
commit 30516ccf50
4 changed files with 37 additions and 35 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ using namespace std;
ServerState::ServerState() : run_dns_server(true), run_interactive_shell(true),
next_lobby_id(1) {
ServerState::ServerState() : run_dns_server(true),
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);
this->main_menu.emplace_back(MAIN_MENU_INFORMATION, u"Information",