We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb6d61 commit 85170d1Copy full SHA for 85170d1
src/games/entropy.ts
@@ -653,7 +653,7 @@ export class EntropyGame extends GameBaseSimultaneous {
653
rep.annotations.push({type: "dots", targets: [{col: x, row}]});
654
}
655
// check for pending annotations
656
- if (this.results.length > 0) {
+ if (this.results.length > 0 && perspective !== undefined) {
657
for (const move of this.results) {
658
if (move.type !== "pass") {
659
if (move.type === "move") {
0 commit comments