diff --git a/courtroom.cpp b/courtroom.cpp index cd37756..a8b96eb 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -956,10 +956,8 @@ void Courtroom::handle_chatmessage(QStringList *p_contents) ui_evidence_present->set_image("present_disabled.png"); } - //true means append as html append_ic_text("" + f_showname.toHtmlEscaped() + ": " + m_chatmessage[MESSAGE].toHtmlEscaped()); - previous_ic_message = f_message; int objection_mod = m_chatmessage[OBJECTION_MOD].toInt();