App ordering support for legacy clients

This commit is contained in:
Yukino Song
2025-05-28 20:32:56 +08:00
parent 69d3b7876e
commit 4030680fcc
8 changed files with 96 additions and 4 deletions

View File

@@ -280,6 +280,7 @@ namespace config {
std::string log_file;
bool notify_pre_releases;
bool legacy_ordering;
std::vector<prep_cmd_t> prep_cmds;
std::vector<server_cmd_t> server_cmds;
};