Skip to content

Commit d163d9f

Browse files
committed
Quick fix
1 parent 8613b2e commit d163d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@
17611761
}
17621762

17631763
async function finalizeEndBattle(playerWon, message) {
1764-
if (!state.battle?.battleOver) return;
1764+
if (state.battle?.battleOver) return;
17651765
const battle = state.battle;
17661766
state.battle.battleOver = true;
17671767
stopBattle();

0 commit comments

Comments
 (0)