Skip to content

Commit

Permalink
修复赛季切换相关bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu committed Sep 21, 2024
1 parent 0763c46 commit 81fa6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/Statistics.kt
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ object Statistics {
v.copy(
winCount = 0,
gameCount = 0,
title = v.title + getSeasonTitleByScore(v.score),
title = v.title + getSeasonTitleByScore(v.maxScore),
score = v.score / 2,
energy = v.energy.coerceAtLeast(10),
maxScore = v.score / 2,
Expand Down

0 comments on commit 81fa6ef

Please sign in to comment.