We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9d8d7 commit 388b7baCopy full SHA for 388b7ba
src/testimony_recorder.cpp
@@ -44,6 +44,9 @@ void AOClient::addStatement(QStringList packet)
44
}
45
else if (area->testimonyRecording() == AreaData::TestimonyRecording::ADD) {
46
packet[14] = "1";
47
+ if (c_statement == 0) {
48
+ area->addStatement(c_statement, packet);
49
+ }
50
area->addStatement(c_statement + 1, packet);
51
area->setTestimonyRecording(AreaData::TestimonyRecording::PLAYBACK);
52
0 commit comments