X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=7c3a442de6b47e8fad388fdd153f229dbe6e95c0;hp=939fe5b57f6692861a55a3eb2dd647a9bafa32a1;hb=af041c940f747ecca5d33c42042a62efd9039f10;hpb=963659dc4167da7295873e894ab57c393d6fe4ff 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 }); }