diff --git a/Source/VAPlugin/Private/SoundSource/VAAbstractSourceComponent.cpp b/Source/VAPlugin/Private/SoundSource/VAAbstractSourceComponent.cpp
index a85a86d318f62be9593143c2736223decfd9b4b5..4d1632f0ee4e554b42e49f9ecab302be1499dc61 100644
--- a/Source/VAPlugin/Private/SoundSource/VAAbstractSourceComponent.cpp
+++ b/Source/VAPlugin/Private/SoundSource/VAAbstractSourceComponent.cpp
@@ -53,7 +53,7 @@ void UVAAbstractSourceComponent::TickComponent(const float DeltaTime, const ELev
 {
 	Super::TickComponent(DeltaTime, TickType, ThisTickFunction);
 
-	if (!FVAPlugin::GetUseVA() || !UVirtualRealityUtilities::IsMaster())
+	if (!FVAPlugin::GetUseVA() || !SoundSource.IsValid())
 	{
 		return;
 	}