diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-12-18 20:29:55 -0600 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2021-12-18 20:29:55 -0600 |
| commit | f1107aeac51658a0525d4231b2f1f39131acbcb5 (patch) | |
| tree | 02d5feabb5fe171c72b97276dd2e250d95db03e1 /src/main.cpp | |
| parent | b682d69e494acdbf5fc97a81109faa667ad1918f (diff) | |
Finish out feature
- Add periodic timer for heartbeat
- Add option to settings for opting out from heartbeat/player metrics
- Change base URL to permanent URL
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 600f40f5..e6e977c7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -56,6 +56,7 @@ int main(int argc, char *argv[]) main_app.construct_lobby(); main_app.net_manager->get_server_list(std::bind(&Lobby::list_servers, main_app.w_lobby)); + main_app.net_manager->send_heartbeat(); main_app.w_lobby->show(); return main_app.exec(); } |
