From: Benjamin Auder Date: Wed, 4 Mar 2020 21:51:16 +0000 (+0100) Subject: Attempt to debug corr challenge refusal X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=af041c940f747ecca5d33c42042a62efd9039f10 Attempt to debug corr challenge refusal --- diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 939fe5b5..7c3a442d 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -798,7 +798,7 @@ export default { this.launchGame(c); } else { -debugger; +console.log(c); this.send("refusechallenge", { data: c.id, target: c.from.sid }); }