diff --git a/modules/sheets/pokemonCharacterSheet.js b/modules/sheets/pokemonCharacterSheet.js index 26c7004..5af4827 100644 --- a/modules/sheets/pokemonCharacterSheet.js +++ b/modules/sheets/pokemonCharacterSheet.js @@ -94,6 +94,7 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi this.tab = tabs.active; context.system.tab = tabs.active; console.log(context.system.tab); + console.log(this.sheetContext); console.log(this.sheetContext.system.tab); } diff --git a/system.json b/system.json index 8552d17..5429559 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.53", + "version": "0.0.54", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 98aee64..bc1f9cb 100644 Binary files a/system.zip and b/system.zip differ