aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-12-24 09:09:04 -0600
committerGitHub <noreply@github.com>2021-12-24 09:09:04 -0600
commitf44f3f9fd41edd544a597c7aa810bc1574a0dc12 (patch)
tree5c9b59ad3d190638f327f8daf802e51ccf10a397
parent26851be53600483a4a35f14d7096ce85a64af97d (diff)
parentbcbe9a8a67356ae4f82a1020afb5c3cfa51ca79d (diff)
Merge pull request #620 from AttorneyOnline/remove-clientside-wait
Remove client-side send waiting
-rw-r--r--src/courtroom.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index 8c59f1d2..fe923620 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -1787,9 +1787,6 @@ void Courtroom::on_chat_return_pressed()
if (is_muted)
return;
- if (text_state < 2 && objection_state == 0)
- return;
-
ui_ic_chat_message->blockSignals(true);
QTimer::singleShot(ao_app->get_chat_ratelimit(), this,
[=] { ui_ic_chat_message->blockSignals(false); });