On load in my console there is a depreciated use of game.data.version that should be updated to game.version
In addition, a string of ReferenceErrors
ReferenceError: Failed to initialized Item [6pjr8jMFSKqXkBKk] in Actor [AsVaUFxZUV5QGr55]: Must call super constructor in derived class before accessing 'this' or returning from derived constructor
embedded-collection.mjs:72.
On load in my console there is a depreciated use of
game.data.version
that should be updated togame.version
In addition, a string of ReferenceErrors
ReferenceError: Failed to initialized Item [6pjr8jMFSKqXkBKk] in Actor [AsVaUFxZUV5QGr55]: Must call super constructor in derived class before accessing 'this' or returning from derived constructor embedded-collection.mjs:72.
Using PF1, if it matters.