aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2021-03-22 02:10:06 +0300
committerCrystalwarrior <varsash@gmail.com>2021-03-22 02:10:06 +0300
commit702b2758985d77750e905c7eadc88f6511ac58dd (patch)
treee6e8a88a659b5b015f2f38724e27b5d2a1973c49 /include/courtroom.h
parentbddf6c67c2f6822f9f2b02b0c478bc0af71e1e8a (diff)
Fix chat messages being lost to the Ether if instant objection was used, or you switched an area during queue being parsed. (Your IC logs will be caught up to speed instead)
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 21191e58..9e0ae584 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -226,6 +226,9 @@ public:
// Parse the chat message packet and unpack it into the m_chatmessage[ITEM] format
void unpack_chatmessage(QStringList p_contents);
+ // Skip the current queue, adding all the queue messages to the logs if desynchronized logs are disabled
+ void skip_chatmessage_queue();
+
enum LogMode {
IO_ONLY,
DISPLAY_ONLY,