League-of-Foundry-Developers / foundry-vtt-types

Unofficial type declarations for the Foundry Virtual Tabletop API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update base-package.mjs for Foundry VTT v10.286

kmoschcau opened this issue · comments

To Change

changed condition

Kind of Change

Update

Additional Info

diff '--color=auto' -r FoundryVTT-10.287/resources/app/common/packages/base-package.mjs FoundryVTT-10.288/resources/app/common/packages/base-package.mjs
239c239
<       if ( SYSTEM_SPECIFIC_COMPENDIUM_TYPES.includes(pack.type) && !pack.system ) pack.system = systemId;
---
>       if ( !pack.system ) pack.system = systemId;

This might not even affect the types and can probably be closed.