From 686014a57c0e8fe9323b7a9cca34d5a56d653d64 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Wed, 15 May 2013 15:20:11 -0700 Subject: [PATCH] always subscribe whether supported or not. --- ambd/core.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ambd/core.cpp b/ambd/core.cpp index 8d17a19..d369ea9 100644 --- a/ambd/core.cpp +++ b/ambd/core.cpp @@ -249,11 +249,11 @@ void Core::subscribeToProperty(VehicleProperty::Property property, AbstractSink* * the sources what properties have already been subscribed to. */ - if(!ListPlusPlus(&mMasterPropertyList).contains((property))) + /*if(!ListPlusPlus(&mMasterPropertyList).contains((property))) { DebugOut(1)<<__FUNCTION__<<"(): property not supported: "<