Skip to content

Commit

Permalink
fix the return path
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKun21 authored Jun 9, 2024
1 parent d88b7e0 commit 71736bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class Battle @Inject constructor(
}

// It is already verified out of commands, no need to check further
if (outOfCommands) return
if (outOfCommands) return@useSameSnapIn

trackSkipTurns()

Expand Down

0 comments on commit 71736bb

Please sign in to comment.