diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-16 15:13:33 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-16 15:13:33 +0100 |
| commit | 0c382eea7dd3f4cbbeea120bdb1b764cef8e89db (patch) | |
| tree | 68a8d7928b1dad0a244a1e2fea19e82f0a4f8bd3 /src/charselect.cpp | |
| parent | 4eb45ef2b08095b9ecd81b62de1761ed5dac8b84 (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.cpp | 2 |
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); } |
