This commit is contained in:
Maximilian Keßler 2022-09-18 10:25:25 +02:00
parent 011d7b3fb1
commit c002ca3451
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -346,8 +346,8 @@ function injectCounter() {
}
dirs = ['east', 'north', 'west'];
for (i in dirs) {
exchangedTo[dirs[i]] = null;
exchangedFrom[dirs[i]] = null;
otc.exchangedTo[dirs[i]] = null;
otc.exchangedFrom[dirs[i]] = null;
}
otc.totalPlayed = [];
otc.handCardShuffle = [];