diff --git a/Source/VAPlugin/Public/VASettings.h b/Source/VAPlugin/Public/VASettings.h index b217d9fca3c59ba7ae5faae749be8f5f6000c07c..cef52ca867030ad61e166f0327cf814318713658 100644 --- a/Source/VAPlugin/Public/VASettings.h +++ b/Source/VAPlugin/Public/VASettings.h @@ -11,7 +11,7 @@ class UVASettings : public UDeveloperSettings public: UPROPERTY(EditAnywhere, config, Category = "General", meta = (DisplayName = "Relative Path of this project to VAServer")) - FString VALauncherPath = "../VAServer"; + FString VALauncherPath = "../VAServerLauncher"; UPROPERTY(EditAnywhere, config, Category = "General", meta = (DisplayName = "Copy audio files over network to VAServer")) bool VALauncherCopyFiles = true; };