Skip to content

Commit

Permalink
reset房间的时候要清空bp流程
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu committed Dec 1, 2023
1 parent 0ad221f commit 8be8382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/message/ResetRoomCs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class ResetRoomCs : Handler {
room.changeCardCount[i] = 0
room.lastGetTime[i] = 0
}
room.banPick = null
Store.putRoom(room)
Store.notifyPlayerInfo(token, protoName)
}
Expand Down

0 comments on commit 8be8382

Please sign in to comment.