fix bug
This commit is contained in:
parent
011d7b3fb1
commit
c002ca3451
1 changed files with 2 additions and 2 deletions
|
@ -346,8 +346,8 @@ function injectCounter() {
|
||||||
}
|
}
|
||||||
dirs = ['east', 'north', 'west'];
|
dirs = ['east', 'north', 'west'];
|
||||||
for (i in dirs) {
|
for (i in dirs) {
|
||||||
exchangedTo[dirs[i]] = null;
|
otc.exchangedTo[dirs[i]] = null;
|
||||||
exchangedFrom[dirs[i]] = null;
|
otc.exchangedFrom[dirs[i]] = null;
|
||||||
}
|
}
|
||||||
otc.totalPlayed = [];
|
otc.totalPlayed = [];
|
||||||
otc.handCardShuffle = [];
|
otc.handCardShuffle = [];
|
||||||
|
|
Loading…
Reference in a new issue