summaryrefslogtreecommitdiff
path: root/orkbasecxx/Reporting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/Reporting.cpp')
-rw-r--r--orkbasecxx/Reporting.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/Reporting.cpp b/orkbasecxx/Reporting.cpp
index 91ca42a..bf0f674 100644
--- a/orkbasecxx/Reporting.cpp
+++ b/orkbasecxx/Reporting.cpp
@@ -178,7 +178,7 @@ void Reporting::ThreadHandler(void *args)
else
{
// Tape is wanted
- if(CONFIG.m_lookBackRecording == false && ptapeMsg->m_stage.Equals("start"))
+ if(CONFIG.m_lookBackRecording == false && CONFIG.m_allowAutomaticRecording && ptapeMsg->m_stage.Equals("start"))
{
CapturePluginProxy::Singleton()->StartCapture(ptapeMsg->m_localParty);
CapturePluginProxy::Singleton()->StartCapture(ptapeMsg->m_remoteParty);