diff options
| author | Crystalwarrior <varsash@gmail.com> | 2021-01-18 18:54:11 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2021-01-18 18:54:11 +0300 |
| commit | 78777391467556b1312a00bdf1618619f771476e (patch) | |
| tree | 23f85e8529ae6760ec11a6c9f0e1cc51aad83d06 /include/courtroom.h | |
| parent | ea94644cf5bbd11f507b318677a7360433a0ae92 (diff) | |
Simplify the logic behind last message = blankpost detection
I need to stop overcomplicating things.
Diffstat (limited to 'include/courtroom.h')
| -rw-r--r-- | include/courtroom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index 92b5a03c..4cf42e1e 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -349,6 +349,7 @@ private: QVector<QString> arup_locks; QVector<chatlogpiece> ic_chatlog_history; + QString last_ic_message = ""; QQueue<QStringList> chatmessage_queue; |
