diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-06-13 22:16:41 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2021-06-13 22:16:41 -0500 |
| commit | b682d69e494acdbf5fc97a81109faa667ad1918f (patch) | |
| tree | e294c53b113b96438d52ec5e153e5efeb1445643 /src/main.cpp | |
| parent | fbce4937efdd01791dca7c8a40c14b43ef487365 (diff) | |
Use new HTTP-based master server client
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index ef61bca3..600f40f5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -55,7 +55,7 @@ int main(int argc, char *argv[]) main_app.installTranslator(&appTranslator); main_app.construct_lobby(); - main_app.net_manager->connect_to_master(); + main_app.net_manager->get_server_list(std::bind(&Lobby::list_servers, main_app.w_lobby)); main_app.w_lobby->show(); return main_app.exec(); } |
