make reload config affect welcome message and information menu

This commit is contained in:
Martin Michelsen
2023-09-24 09:22:49 -07:00
parent 5c48c75fdc
commit 7f7aaf920b
3 changed files with 93 additions and 99 deletions
-1
View File
@@ -205,5 +205,4 @@ struct ServerState : public std::enable_shared_from_this<ServerState> {
void load_quest_index();
void compile_functions();
void load_dol_files();
void create_menus(const JSON& config_json);
};