mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-19 22:39:53 +01:00
🐛 fix player.resetAccesAsyn
This commit is contained in:
parent
67df84236b
commit
956658e3dc
2 changed files with 2 additions and 2 deletions
|
@ -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 () {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9ceff2984a54bd68f08036b257b7fb8f76e372b9
|
||||
Subproject commit a9c999cfd22b9d855400be5f4176f01ea7e2bcec
|
Loading…
Reference in a new issue