Skip to content

Commit

Permalink
0.5.84
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed Nov 22, 2024
1 parent 2919aff commit 609c09d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- name: Set Release Notes for Github
id: set-release-notes-github
run: |
echo "- General: Remove global settings init to avoid module conflicts" >> release_notes.txt
echo "- Bugfixes:" >> release_notes.txt
echo " - Confusion: Fix Concentration not being applied properly due to early template removal" >> release_notes.txt
echo "- General: Remove missed piece from old cpr integration file" >> release_notes.txt
echo "release-notes-github<<EOF" >> $GITHUB_ENV
cat release_notes.txt >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
Expand Down
6 changes: 0 additions & 6 deletions scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,6 @@ Hooks.once('socketlib.ready', async function() {
})

Hooks.once('ready', async function() {
loadCompendiumData().then(() => {
game.modules.get('gambits-premades').medkitApi = medkitApi;
}).catch(error => {
console.error("Error loading compendium data:", error);
});

game.gps = {
gmIdentifyItem,
convertFromFeet,
Expand Down

0 comments on commit 609c09d

Please sign in to comment.