diff --git a/Source/RWTHVRToolkit/Private/Interaction/Interactables/IntenSelect/IntenSelectable.cpp b/Source/RWTHVRToolkit/Private/Interaction/Interactables/IntenSelect/IntenSelectable.cpp
index 6b64f64bec66a6018cd5bfa951ae3234a673998d..9352bc3f8e0c1e734579c94bf7326175af7089f3 100644
--- a/Source/RWTHVRToolkit/Private/Interaction/Interactables/IntenSelect/IntenSelectable.cpp
+++ b/Source/RWTHVRToolkit/Private/Interaction/Interactables/IntenSelect/IntenSelectable.cpp
@@ -43,7 +43,7 @@ void UIntenSelectable::BeginPlay()
 
 	if (AttachedIntenSelectables.Num() > 1)
 	{
-		if (!ScoringBehaviours.Num() == 0)
+		if (ScoringBehaviours.Num() == 0)
 		{
 			ShowErrorAndQuit(
 				"Please assign the Scoring Behaviour manually when using more than one IntenSelectable Component!");