diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-01-18 12:35:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-18 12:35:19 -0600 |
| commit | 2f3ca8613dafb04b867dc9773f89f84fb3638fd8 (patch) | |
| tree | ae82e3c5061b6811336cb420196812b66a7c3d67 /include/courtroom.h | |
| parent | ed9ecfda47668d11632857e980c9b095f42d969d (diff) | |
| parent | 78777391467556b1312a00bdf1618619f771476e (diff) | |
Merge pull request #400 from AttorneyOnline/bugfix/blanklogs
Fix blankposts not showing up in logs
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 d7bd6966..31b90c90 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; |
