Finalize Mod #8

Merged
david merged 17 commits from dev into main 2026-08-24 17:20:17 +02:00
Showing only changes of commit 9389a13d2e - Show all commits
+1 -1
View File
@@ -100,7 +100,7 @@ namespace IngameReveries
}
_reveriesBundle = AssetBundle.GetAllLoadedAssetBundles()
.FirstOrDefault(b => b.name == "logosteal" || b.mainAsset != null);
.FirstOrDefault(b => b.name == "bundle" || b.mainAsset != null);
if (_reveriesBundle == null)
{