diff --git a/src/main/kotlin/Game.kt b/src/main/kotlin/Game.kt index 7324b313..18e21886 100644 --- a/src/main/kotlin/Game.kt +++ b/src/main/kotlin/Game.kt @@ -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) } }