cleanup: non utilisé

This commit is contained in:
Vincent Vandemeulebrouck 2021-05-22 14:48:51 +02:00
parent 22bdf60e93
commit 8e53759170

View File

@ -1207,8 +1207,7 @@ export class RdDCombat {
data: { data: {
attackerId: this.attackerId, attackerId: this.attackerId,
defenderTokenId: defenderTokenId, defenderTokenId: defenderTokenId,
attackerRoll: attackerRoll, attackerRoll: attackerRoll
gmId: Misc.connectedGMOrUser(),
} }
}); });
} }