We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae7cc7 commit a6c1e1dCopy full SHA for a6c1e1d
1 file changed
courtroom.cpp
@@ -956,10 +956,8 @@ void Courtroom::handle_chatmessage(QStringList *p_contents)
956
ui_evidence_present->set_image("present_disabled.png");
957
}
958
959
- //true means append as html
960
append_ic_text("<b>" + f_showname.toHtmlEscaped() + "</b>: " + m_chatmessage[MESSAGE].toHtmlEscaped());
961
962
-
963
previous_ic_message = f_message;
964
965
int objection_mod = m_chatmessage[OBJECTION_MOD].toInt();
0 commit comments