You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduction Steps:
0. Have black-flag system and black-flag-content module installed
Create a new world with the black-flag system
Create a new character
Observe "Lineage", "Heritage", etc dropdowns.
Expected: These should be populated
Actual: The dropdowns are empty
Looking at CONFIG.SYSTEM I see the Maps exist, but are empty.
This does not happen if you return to setup and then come back.
Is it possible that Foundry Core does not have the content module active when init for the system prepares the document caches?
This does not reproduce if you remove all actors from the world, reload (or return to setup and come back), and then create a new character.
The text was updated successfully, but these errors were encountered:
Ok, it's getting wierder, the compendium packs are all empty on this first world load.
So that's definitely the culprit. game.packs.get("black-flag-content.backgrounds").index is an empty collection game.packs.get("black-flag-content.backgrounds").getIndex() doesn't appear to fix it
Core v10.291
system commit 0e11047
Reproduction Steps:
0. Have black-flag system and black-flag-content module installed
Expected: These should be populated
Actual: The dropdowns are empty
Looking at
CONFIG.SYSTEM
I see the Maps exist, but are empty.This does not happen if you return to setup and then come back.
Is it possible that Foundry Core does not have the content module active when
init
for the system prepares the document caches?This does not reproduce if you remove all actors from the world, reload (or return to setup and come back), and then create a new character.
The text was updated successfully, but these errors were encountered: