orffen / basicfantasyrpg

The Basic Fantasy RPG system for FoundryVTT!
Other
11 stars 9 forks source link

[v10]: activateListeners using #data #29

Closed orffen closed 2 years ago

orffen commented 2 years ago

Error: You are accessing BasicFantasyRPGItem#data which has been migrated to BasicFantasyRPGItem#system Deprecated since Version 10 Backwards-compatible support will be removed in Version 12 at logCompatibilityWarning (commons.js:1232) at Function._logDataFieldMigration (commons.js:6090) at Object.get (commons.js:6054) at Object.getProperty (commons.js:1690) at BasicFantasyRPGItemSheet._activateEditor (foundry.js:5869) at HTMLDivElement. (foundry.js:5612) at Function.each (jquery.min.js:2) at S.fn.init.each (jquery.min.js:2) at BasicFantasyRPGItemSheet.activateListeners (foundry.js:5612) at BasicFantasyRPGItemSheet.activateListeners (foundry.js:61378)

orffen commented 2 years ago

activateListeners() is in actor-sheet.mjs

orffen commented 2 years ago

Fixed under a315fb0