mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-31 09:49:16 +01:00
Hotfix WX14-010
This commit is contained in:
parent
5c32f5111e
commit
e567fcfcb8
1 changed files with 1 additions and 1 deletions
|
@ -123104,7 +123104,7 @@ var CardInfo = {
|
||||||
if (colors.length === 1) return colors[0];
|
if (colors.length === 1) return colors[0];
|
||||||
return this.player.selectTextAsyn('COLOR',colors);
|
return this.player.selectTextAsyn('COLOR',colors);
|
||||||
}).callback(this,function (color) {
|
}).callback(this,function (color) {
|
||||||
if (color === 'black') return black;
|
if (color === 'red') return red;
|
||||||
return green;
|
return green;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue