notes Bug?

Issue #19 resolved
Cisco created an issue

When weiting down on the notes tab the only one that does not seem to appear is the backstory. wondering if this is a bug or if is something to save space

Comments (1)

  1. Kim Mantas repo owner

    Fixed in 1.1.2. If you encountered this, your data might have been corrupted, you can fix it by opening the console with F12, pasting in the following code, and pressing Enter to run it:

    game.actors.entities.forEach(async (actor) => await actor.update({'data.details.biography': {value: '', public: ''}}));
    
  2. Log in to comment