Skip to content

Commit

Permalink
BP相关代码更新
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu committed Dec 1, 2023
1 parent 1e7da3c commit 8291879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/message/BanPickCs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

0 comments on commit 8291879

Please sign in to comment.