From 956658e3dcd57315edf90b364b7c8c7ea23ec748 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Thu, 14 Sep 2017 11:14:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20player.resetAccesAsyn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Player.js | 2 +- webxoss-client | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Player.js b/Player.js index 344fc58..ea034f5 100644 --- a/Player.js +++ b/Player.js @@ -398,7 +398,7 @@ Player.prototype.resetAccesAsyn = function() { return this.selectSomeAsyn('TRASH',cards,count,count).callback(this,function (cards) { this.game.trashCards(cards); }); - }); + },this); }; Player.prototype.getSigniAmountLimit = function () { diff --git a/webxoss-client b/webxoss-client index 9ceff29..a9c999c 160000 --- a/webxoss-client +++ b/webxoss-client @@ -1 +1 @@ -Subproject commit 9ceff2984a54bd68f08036b257b7fb8f76e372b9 +Subproject commit a9c999cfd22b9d855400be5f4176f01ea7e2bcec