diff options
Diffstat (limited to 'charselect.cpp')
| -rw-r--r-- | charselect.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/charselect.cpp b/charselect.cpp index 1f76e0b..4e4bccb 100644 --- a/charselect.cpp +++ b/charselect.cpp @@ -151,8 +151,12 @@ void Courtroom::char_clicked(int n_char) } if (n_real_char == m_cid) + { enter_courtroom(m_cid); + } else + { ao_app->send_server_packet(new AOPacket("CC#" + QString::number(ao_app->s_pv) + "#" + QString::number(n_real_char) + "#" + get_hdid() + "#%")); + } } |
