aboutsummaryrefslogtreecommitdiff
path: root/courtroom.cpp
diff options
context:
space:
mode:
authorCerapter <cerap@protonmail.com>2018-12-16 10:41:59 +0100
committeroldmud0 <oldmud0@users.noreply.github.com>2018-12-16 09:39:21 -0600
commit480db3e5857b02adcd229ee61ca644e7ff4953d6 (patch)
tree96f8457fbd8b4325539ba59b19c6b4acdc30a7e7 /courtroom.cpp
parentde6877409714417c8fb29d66d1ae1ef098b82644 (diff)
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.
Diffstat (limited to 'courtroom.cpp')
-rw-r--r--courtroom.cpp1
1 files changed, 0 insertions, 1 deletions
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();
}