mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-10 19:17:09 +01:00
.
This commit is contained in:
parent
f65671f7ee
commit
221e1d1f62
1 changed files with 0 additions and 4 deletions
|
|
@ -93,10 +93,6 @@ export const registerSocketHooks = () => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Hooks.on(socketEvent.RefreshDocument, async data => {
|
|
||||||
const document = await foundry.utils.fromUuid(data.uuid);
|
|
||||||
document.sheet.render();
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export const registerUserQueries = () => {
|
export const registerUserQueries = () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue