src/client/LocalServer.ts

This commit is contained in:
Scott Anderson
2025-05-14 02:26:16 -04:00
parent 90f728734d
commit 81c2d88add
+1 -1
View File
@@ -43,7 +43,7 @@ export class LocalServer {
start() {
this.turnCheckInterval = setInterval(() => {
if (this.turnsExecuted == this.turns.length) {
if (this.turnsExecuted === this.turns.length) {
if (
this.isReplay ||
Date.now() >