aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-01-18 12:35:19 -0600
committerGitHub <noreply@github.com>2021-01-18 12:35:19 -0600
commit2f3ca8613dafb04b867dc9773f89f84fb3638fd8 (patch)
treeae82e3c5061b6811336cb420196812b66a7c3d67 /include/courtroom.h
parented9ecfda47668d11632857e980c9b095f42d969d (diff)
parent78777391467556b1312a00bdf1618619f771476e (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.h1
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;