From 82918799f3ac089d433451f0ca8afae7de7344fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E8=91=A9=E3=81=AE=E7=81=B5=E6=A2=A6?= <415551921@qq.com> Date: Fri, 1 Dec 2023 22:39:53 +0800 Subject: [PATCH] =?UTF-8?q?BP=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/kotlin/message/BanPickCs.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/message/BanPickCs.kt b/src/main/kotlin/message/BanPickCs.kt index be6d199..f516ca2 100644 --- a/src/main/kotlin/message/BanPickCs.kt +++ b/src/main/kotlin/message/BanPickCs.kt @@ -22,6 +22,6 @@ class BanPickCs(val selection: String) : Handler { } Store.putRoom(room) bp.notifyAll(room, player, protoName) - if (phase == 9999) Store.notifyPlayerInfo(token, protoName) + if (phase == 9999) Store.notifyPlayerInfo(token, null) } }