Skip to content

Commit 719b819

Browse files
committed
fix issue of file copying not launching game
1 parent 6f0c63e commit 719b819

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/game.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,9 @@ export const startGame = async (
158158
},
159159
],
160160
});
161+
162+
return;
161163
}
162-
return;
163164
}
164165
}
165166

0 commit comments

Comments
 (0)