Skip to content

Commit

Permalink
唐乐林战绩播报
Browse files Browse the repository at this point in the history
  • Loading branch information
zc-meng committed Nov 20, 2024
1 parent 4e3412f commit 3e8b56f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/Game.kt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ class Game(val id: Int, totalPlayerCount: Int, val actorRef: ActorRef) {
Statistics.addPlayerGameCount(playerGameResultList)
Statistics.calculateRankList()
QQPusher.push(this, declaredWinners, winners, addScoreMap, newScoreMap, humanPlayers.size > 1 ||
humanPlayers[0].playerName == "半藏")
humanPlayers[0].playerName == "半藏" ||
humanPlayers[0].playerName == "唐乐林")
}
players.forEach { it!!.notifyWin(declaredWinners, winners, addScoreMap, newScoreMap) }
}
Expand Down

0 comments on commit 3e8b56f

Please sign in to comment.