aboutsummaryrefslogtreecommitdiff
path: root/src/charselect.cpp
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-11-16 15:13:33 +0100
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-11-16 15:13:33 +0100
commit0c382eea7dd3f4cbbeea120bdb1b764cef8e89db (patch)
tree68a8d7928b1dad0a244a1e2fea19e82f0a4f8bd3 /src/charselect.cpp
parent4eb45ef2b08095b9ecd81b62de1761ed5dac8b84 (diff)
move enter courtroom to the PV packet instead of just doing it when you click a character
Diffstat (limited to 'src/charselect.cpp')
-rw-r--r--src/charselect.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/charselect.cpp b/src/charselect.cpp
index b5439340..f8c622da 100644
--- a/src/charselect.cpp
+++ b/src/charselect.cpp
@@ -148,8 +148,6 @@ void Courtroom::char_clicked(int n_char)
else
update_character(n_char);
- enter_courtroom();
-
if (n_char != -1)
ui_ic_chat_name->setPlaceholderText(char_list.at(n_char).name);
}