diff --git a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
index bb90198d63fbd9b235fb6b6143a7fea1161a6535..6e88a3cb3c08f7bdef2d9c9a29d2881be0ba2899 100644
--- a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
+++ b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
@@ -245,7 +245,6 @@ void ARWTHVRPawn::AttachDCRAtoPawn()
 	{
 		const auto CaveSetupActor = FoundActors[0];
 		FAttachmentTransformRules AttachmentRules = FAttachmentTransformRules::SnapToTargetNotIncludingScale;
-		AttachmentRules.RotationRule = EAttachmentRule::KeepWorld;
 		CaveSetupActor->AttachToActor(this, AttachmentRules);
 		UE_LOGFMT(Toolkit, Display, "VirtualRealityPawn: Attaching CaveSetup to our pawn!");
 	}