Skip to content

Commit 5c34e42

Browse files
committed
fix(plugin25): hui stats icons
1 parent f4539a0 commit 5c34e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin2025/src/main/kotlin/sc/plugin2025/GameState.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ data class GameState @JvmOverloads constructor(
249249
override fun teamStats(team: ITeam) =
250250
getHare(team).run {
251251
listOf(
252-
Stat(" ⃞ Position", this.position),
252+
Stat(" ⃞ Position", this.position),
253253
Stat("▾ Karotten", this.carrots),
254-
Stat("Salate", this.salads, ""),
254+
Stat("Salate", this.salads, " "),
255255
Stat("Karten", this.getCards().count(), ""),
256256
)
257257
}

0 commit comments

Comments
 (0)