diff options
Diffstat (limited to 'courtroom.cpp')
| -rw-r--r-- | courtroom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/courtroom.cpp b/courtroom.cpp index 806753c..d4b6f96 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -1631,7 +1631,7 @@ void Courtroom::on_pos_dropdown_changed(int p_index) f_pos = ""; } - if (f_pos == "" || ui_ooc_chat_name == "") + if (f_pos == "" || ui_ooc_chat_name->text() == "") return; ao_app->send_server_packet(new AOPacket("CT#" + ui_ooc_chat_name->text() + "#/pos " + f_pos + "#%")); |
