From d52a671b057220475aa9146e9b8573ebb9ddd01f Mon Sep 17 00:00:00 2001
From: David Gilbert <gilbert@vr.rwth-aachen.de>
Date: Fri, 6 Dec 2024 12:31:27 +0100
Subject: [PATCH] chore: adjusts package names for aixcave actors

---
 Source/RWTHVRCluster/Private/RWTHVRCluster.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Source/RWTHVRCluster/Private/RWTHVRCluster.cpp b/Source/RWTHVRCluster/Private/RWTHVRCluster.cpp
index a43e1e3..34ed238 100644
--- a/Source/RWTHVRCluster/Private/RWTHVRCluster.cpp
+++ b/Source/RWTHVRCluster/Private/RWTHVRCluster.cpp
@@ -19,8 +19,8 @@ void FRWTHVRClusterModule::GetPackagesToAlwaysCook(TConstArrayView<const ITarget
 												   TArray<FName>& InOutPackagesToCook,
 												   TArray<FName>& InOutPackagesToNeverCook)
 {
-	InOutPackagesToCook.Add("/RWTHVRCluster/Config/aixcave.aixcave");
-	InOutPackagesToCook.Add("/RWTHVRCluster/Config/aixcave_two_player.aixcave_two_player");
+	InOutPackagesToCook.Add("/RWTHVRCluster/Config/aixcave");
+	InOutPackagesToCook.Add("/RWTHVRCluster/Config/aixcave_two_player");
 
 	UE_LOGFMT(LogTemp, Display,
 			  "GetPackagesToAlwaysCook delegate called, adding aixcave configs to always cook list...");
-- 
GitLab