Update Penumbra.GameData

Also remove a check that, if it was still valid, would always be false with the new changes.
This commit is contained in:
Exter-N 2023-11-15 20:04:30 +01:00
parent cb43fed9d3
commit acfd5d2484
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit 20e8002bfe701e54b05721c3b7b80c495a692adc
Subproject commit a807e426eed5b26a5d1043d5c47c98b28c93982e

View file

@ -102,8 +102,6 @@ public unsafe class MetaState : IDisposable
public DisposableContainer ResolveEqdpData(ModCollection collection, GenderRace race, bool equipment, bool accessory)
{
var races = race.Dependencies();
if (races.Length == 0)
return DisposableContainer.Empty;
var equipmentEnumerable = equipment
? races.Select(r => collection.TemporarilySetEqdpFile(_characterUtility, r, false))