We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5266a25 commit 91fc301Copy full SHA for 91fc301
plugin/src/main/kotlin/sc/plugin2024/util/GamePlugin.kt
@@ -16,7 +16,8 @@ class GamePlugin: IGamePlugin {
16
ScoreDefinition(arrayOf(
17
ScoreFragment("Siegpunkte", ScoreAggregation.SUM),
18
ScoreFragment("Punkte", ScoreAggregation.AVERAGE),
19
- ScoreFragment("Passagiere", ScoreAggregation.AVERAGE),
+ ScoreFragment("Kohle", ScoreAggregation.AVERAGE),
20
+ ScoreFragment("Gewonnen", ScoreAggregation.AVERAGE),
21
))
22
}
23
0 commit comments