This commit is contained in:
WBHarry 2026-01-13 18:20:31 +01:00
parent f65671f7ee
commit 221e1d1f62

View file

@ -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 = () => {