Skip to content

Commit 91fc301

Browse files
committed
fix(plugin24): update ScoreDefinition
1 parent 5266a25 commit 91fc301

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin/src/main/kotlin/sc/plugin2024/util/GamePlugin.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ class GamePlugin: IGamePlugin {
1616
ScoreDefinition(arrayOf(
1717
ScoreFragment("Siegpunkte", ScoreAggregation.SUM),
1818
ScoreFragment("Punkte", ScoreAggregation.AVERAGE),
19-
ScoreFragment("Passagiere", ScoreAggregation.AVERAGE),
19+
ScoreFragment("Kohle", ScoreAggregation.AVERAGE),
20+
ScoreFragment("Gewonnen", ScoreAggregation.AVERAGE),
2021
))
2122
}
2223

0 commit comments

Comments
 (0)