diff --git a/changelogs/changelog.0.92.7.md b/changelogs/changelog.0.92.7.md new file mode 100644 index 00000000..d166e18f --- /dev/null +++ b/changelogs/changelog.0.92.7.md @@ -0,0 +1,2 @@ +### All changes +- Hotfix for Companion URL diff --git a/module/actor/entity.js b/module/actor/entity.js index 13f1ddc0..87f9b253 100644 --- a/module/actor/entity.js +++ b/module/actor/entity.js @@ -12,8 +12,8 @@ import {D35E} from "../config.js"; */ export class ActorPF extends Actor { /* -------------------------------------------- */ - //API_URI = 'https://companion.legaciesofthedragon.com/'; - API_URI = 'http://localhost:5000'; + API_URI = 'https://companion.legaciesofthedragon.com/'; + //API_URI = 'http://localhost:5000'; static chatListeners(html) { html.on('click', 'button[data-action]', this._onChatCardButtonAction.bind(this)); diff --git a/system.json b/system.json index 80875b62..cb0a04f1 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "D35E", "title": "3.5e SRD", "description": "Implementation of 3.5 edition System Reference Document for Foundry VTT. Aiming to provide 100% SRD coverage.", - "version": "0.92.6", + "version": "0.92.7", "author": "Rughalt", "templateVersion": 2, "scripts": [],