From 8e5375917044ec454f3a671503f5efdf0df40b9f Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sat, 22 May 2021 14:48:51 +0200 Subject: [PATCH] =?UTF-8?q?cleanup:=20non=20utilis=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/rdd-combat.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module/rdd-combat.js b/module/rdd-combat.js index e7e0b683..6072a668 100644 --- a/module/rdd-combat.js +++ b/module/rdd-combat.js @@ -1207,8 +1207,7 @@ export class RdDCombat { data: { attackerId: this.attackerId, defenderTokenId: defenderTokenId, - attackerRoll: attackerRoll, - gmId: Misc.connectedGMOrUser(), + attackerRoll: attackerRoll } }); }