Minor fix: the default showname is now correctly the name of the character.
This commit is contained in:
parent
265b853337
commit
b9f1998c93
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,6 +20,7 @@ object_script*
|
||||
/attorney_online_remake_plugin_import.cpp
|
||||
|
||||
server/__pycache__
|
||||
discord/
|
||||
|
||||
*.o
|
||||
moc*
|
||||
|
@ -811,6 +811,7 @@ void Courtroom::enter_courtroom(int p_cid)
|
||||
//ui_server_chatlog->setHtml(ui_server_chatlog->toHtml());
|
||||
|
||||
ui_char_select_background->hide();
|
||||
ui_ic_chat_name->setPlaceholderText(ao_app->get_showname(f_char));
|
||||
|
||||
ui_ic_chat_message->setEnabled(m_cid != -1);
|
||||
ui_ic_chat_message->setFocus();
|
||||
|
Loading…
Reference in New Issue
Block a user