implement play time on BB

This commit is contained in:
Martin Michelsen
2022-09-03 21:17:46 -07:00
parent 0180296c49
commit 3e5a961b68
3 changed files with 31 additions and 4 deletions
+1
View File
@@ -129,6 +129,7 @@ void on_login_complete(shared_ptr<ServerState> s, shared_ptr<Client> c) {
if (c->version() == GameVersion::BB) {
// This implicitly loads the client's account and player data
send_complete_player_bb(c);
c->game_data.should_update_play_time = true;
}
send_lobby_list(c, s);