Skip to content

Commit

Permalink
Fix AI name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ddugovic committed Sep 15, 2024
1 parent 783a67d commit b3a7340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/game/src/main/Namer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Namer {
}
}
) { ec =>
s"${ec.engine.fullName} level ${ec.level}}" // rework to use i18n?
s"${ec.engine.fullName} level ${ec.level}" // rework to use i18n?
}

def gameVsTextBlocking(game: Game, withRatings: Boolean = false)(implicit
Expand Down

0 comments on commit b3a7340

Please sign in to comment.