Skip to content

Commit

Permalink
黄金就可以改称号
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu committed Oct 8, 2023
1 parent 821825f commit 79ef904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/Statistics.kt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ object Statistics {
fun updateTitle(name: String, title: String): Boolean {
var succeed = false
playerInfoMap.computeIfPresent(name) { _, v ->
if (v.score < 360) return@computeIfPresent v
if (v.score < 240) return@computeIfPresent v
succeed = true
v.copy(title = title)
}
Expand Down Expand Up @@ -187,7 +187,7 @@ object Statistics {
"${++i}名:${name}·${rank}·${it.score}"
}
}

rankList10.set(makeRankList(10))
rankList25.set(makeRankList(25))
}
Expand Down

0 comments on commit 79ef904

Please sign in to comment.