foundry-vtt-types icon indicating copy to clipboard operation
foundry-vtt-types copied to clipboard

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

Open kmoschcau opened this issue 3 years ago • 1 comments
trafficstars

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;

kmoschcau avatar Oct 16 '22 14:10 kmoschcau

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

kmoschcau avatar Oct 16 '22 14:10 kmoschcau