Skip to content

Commit

Permalink
Update 4.3.2.
Browse files Browse the repository at this point in the history
Resolves #779

Resolves an issue with opening the Token Configuration Screen as well as an issue with the Mass Generator.
  • Loading branch information
Ashe committed Jun 13, 2024
1 parent 4c19421 commit 27667c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/module/apps/species-mass-generator/sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ export class PTUSpeciesMassGenerator extends FormApplication {
for (const result of results) {
const species = await (() => {
switch (result.type) {
case 1: {
case CONST.TABLE_RESULT_TYPES.DOCUMENT: {
return game.items.get(result.documentId)
}
case 2: {
case CONST.TABLE_RESULT_TYPES.COMPENDIUM: {
return game.packs.get(result.documentCollection).getDocument(result.documentId)
}
}
Expand Down
2 changes: 1 addition & 1 deletion static/templates/config/token/token-config.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{> "templates/scene/parts/token-vision.html"}}

<!-- Light -->
{{> "templates/scene/parts/token-lighting.html"}}
{{> "templates/scene/parts/token-lighting.hbs"}}

<!-- Resource Bars -->
{{> "templates/scene/parts/token-resources.html"}}
Expand Down
2 changes: 1 addition & 1 deletion system.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"verified": "12.327",
"maximum": 12
},
"version": "4.3.1",
"version": "4.3.2",
"templateVersion": 2,
"authors": [
{
Expand Down

0 comments on commit 27667c7

Please sign in to comment.