Think I fixed the partial rendering bug for gm->player

This commit is contained in:
WBHarry 2026-03-22 02:11:15 +01:00
parent df7d8bcd23
commit f782489a39
4 changed files with 5 additions and 6 deletions

View file

@ -242,7 +242,7 @@ export default class TagTeamDialog extends HandlebarsApplicationMixin(Applicatio
this.render({ parts: updatingParts });
game.socket.emit(`system.${CONFIG.DH.id}`, {
action: socketEvent.Refresh,
data: { refreshType: RefreshType.TagTeamRoll, action: 'refresh' }
data: { refreshType: RefreshType.TagTeamRoll, action: 'refresh', parts: updatingParts }
});
};