Skip to content

Commit 1703b5a

Browse files
committed
Ignore our workshop packages from the game's dependency thing since it doesn't really make sense
1 parent 775ae0e commit 1703b5a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Barotrauma/BarotraumaShared/SharedSource/ContentManagement/ContentPackageManager.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,11 @@ public static void CheckMissingDependencies()
590590
package.UgcId.TryUnwrap(out var ugcId) && ugcId is SteamWorkshopId workshopId && workshopId.Value == childUgcItemId.Value));
591591
foreach (var missingChild in missingChildren)
592592
{
593+
if (missingChild.ToString() == "2559634234" ||
594+
missingChild.ToString() == "2795927223")
595+
{
596+
continue;
597+
}
593598
enabledPackage.AddMissingDependency(missingChild);
594599
}
595600
});

0 commit comments

Comments
 (0)