Skip to content

Commit

Permalink
不记录机器人的历史记录
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu committed Sep 23, 2024
1 parent d583d5c commit 6e5d405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/QQPusher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ object QQPusher {
else "+0"
val rank = ScoreFactory.getRankNameByScore(newScore)
lines.add("$name,$roleName,$identity,$result,$rank,$newScore($addScoreStr)")
map[name] = "$roleName,$identity,$result,$rank,$newScore($addScoreStr)"
if (player is HumanPlayer)
map[name] = "$roleName,$identity,$result,$rank,$newScore($addScoreStr)"
}
val text = lines.joinToString(separator = "\n")
val at = runBlocking {
Expand Down

0 comments on commit 6e5d405

Please sign in to comment.