Skip to content

Commit

Permalink
Update LootsheetNPC5e.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jopeek authored Dec 23, 2021
1 parent b91ed24 commit 84c24ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/classes/LootsheetNPC5e.js
Original file line number Diff line number Diff line change
Expand Up @@ -804,9 +804,9 @@ class LootSheetNPC5e extends ActorSheet5eNPC {
loot.permissions = permissionsInfo;
loot.playersPermission = commonPlayersPermission;
loot.playersPermissionIcon = PermissionHelper.getPermissionInfo(commonPlayersPermission);
loot.playersPermissionDescription = PermissionHelper.getPermissionInfo(commonPlayersPermission).description;
loot.playersPermissionDescription = PermissionHelper.getPermissionInfo(commonPlayersPermission)?.description;
actorData.flags.loot = loot;
}
}

export { LootSheetNPC5e };
export { LootSheetNPC5e };

0 comments on commit 84c24ed

Please sign in to comment.