Skip to content

Commit

Permalink
fix(plugin25): hui stats icons
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Jun 15, 2024
1 parent f4539a0 commit 5c34e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin2025/src/main/kotlin/sc/plugin2025/GameState.kt
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ data class GameState @JvmOverloads constructor(
override fun teamStats(team: ITeam) =
getHare(team).run {
listOf(
Stat(" ⃞ Position", this.position),
Stat(" ⃞ Position", this.position),
Stat("▾ Karotten", this.carrots),
Stat("Salate", this.salads, ""),
Stat("Salate", this.salads, " "),
Stat("Karten", this.getCards().count(), ""),
)
}
Expand Down

0 comments on commit 5c34e42

Please sign in to comment.