From 480db3e5857b02adcd229ee61ca644e7ff4953d6 Mon Sep 17 00:00:00 2001 From: Cerapter Date: Sun, 16 Dec 2018 10:41:59 +0100 Subject: AO 2.6 bugfixes. - The `base/` folder's path is now determined based on where the executable was executed, not where its workspace is. - Showing custom shownames is now assumed to be `true` by default, unless the `config.ini` says otherwise. - The Lobby's listing of servers has now been moved into its constructor (previously only specifically called by the "Back to Lobby" button). This makes it list servers even if the user was kicked, banned, or left due to timeout. --- courtroom.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'courtroom.cpp') diff --git a/courtroom.cpp b/courtroom.cpp index 249cc160..c187e9ce 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -3294,7 +3294,6 @@ void Courtroom::on_reload_theme_clicked() void Courtroom::on_back_to_lobby_clicked() { ao_app->construct_lobby(); - ao_app->w_lobby->list_servers(); ao_app->destruct_courtroom(); } -- cgit