1
0
Fork 0

🐛 fix player.resetAccesAsyn

This commit is contained in:
WEBXOSS 2017-09-14 11:14:15 +08:00
parent 67df84236b
commit 956658e3dc
2 changed files with 2 additions and 2 deletions

View file

@ -398,7 +398,7 @@ Player.prototype.resetAccesAsyn = function() {
return this.selectSomeAsyn('TRASH',cards,count,count).callback(this,function (cards) { return this.selectSomeAsyn('TRASH',cards,count,count).callback(this,function (cards) {
this.game.trashCards(cards); this.game.trashCards(cards);
}); });
}); },this);
}; };
Player.prototype.getSigniAmountLimit = function () { Player.prototype.getSigniAmountLimit = function () {

@ -1 +1 @@
Subproject commit 9ceff2984a54bd68f08036b257b7fb8f76e372b9 Subproject commit a9c999cfd22b9d855400be5f4176f01ea7e2bcec