diff --git a/project/Aki.SinglePlayer/Models/RaidFix/BundleLoader.cs b/project/Aki.SinglePlayer/Models/RaidFix/BundleLoader.cs index 64ad160..35d1e2d 100644 --- a/project/Aki.SinglePlayer/Models/RaidFix/BundleLoader.cs +++ b/project/Aki.SinglePlayer/Models/RaidFix/BundleLoader.cs @@ -24,7 +24,7 @@ namespace Aki.SinglePlayer.Models.RaidFix var loadTask = Singleton.Instance.LoadBundlesAndCreatePools( PoolManager.PoolsCategory.Raid, PoolManager.AssemblyType.Local, - Profile.GetAllPrefabPaths(false).ToArray(), + Profile.GetAllPrefabPaths(false).Where(x => !x.IsNullOrEmpty()).ToArray(), JobPriority.General, null, default(CancellationToken));