diff --git a/Assets/Script/Persistent/GlobalVariables.cs b/Assets/Script/Persistent/GlobalVariables.cs index 58b0f39ee..1ede1b5be 100644 --- a/Assets/Script/Persistent/GlobalVariables.cs +++ b/Assets/Script/Persistent/GlobalVariables.cs @@ -62,7 +62,10 @@ protected override void SingletonAwake() YargLogger.LogInfo("Playing in offline mode"); } - PathHelper.SetSetlistPathFromDownloadLocation(args.DownloadLocation); + if (!string.IsNullOrEmpty(args.DownloadLocation)) + { + PathHelper.SetSetlistPathFromDownloadLocation(args.DownloadLocation); + } // Initialize important classes