diff --git a/modules/sheets/pokemonCharacterSheet.js b/modules/sheets/pokemonCharacterSheet.js index 4950685..7beb0fd 100644 --- a/modules/sheets/pokemonCharacterSheet.js +++ b/modules/sheets/pokemonCharacterSheet.js @@ -69,7 +69,7 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi this.sheetContext = context; - context.tab = "tab2" + context.system.tab = "tab2" return context; } diff --git a/system.json b/system.json index ed4224f..b9a7f8a 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.60", + "version": "0.0.61", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index cf55037..a02c307 100644 Binary files a/system.zip and b/system.zip differ