Skip to content

Commit

Permalink
修复游戏结束后清空倒计时和游戏市场设置
Browse files Browse the repository at this point in the history
  • Loading branch information
Death-alter committed Dec 1, 2023
1 parent 8291879 commit ef895a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/message/StopGameCs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class StopGameCs(val winner: Int) : Handler {
room.spells = null
room.lastGetTime.run { indices.forEach { this[it] = 0 } }
room.startMs = 0
room.gameTime = 0
room.countDown = 0
// room.gameTime = 0
// room.countDown = 0
room.spellStatus = null
room.totalPauseMs = 0
room.pauseBeginMs = 0
Expand Down

0 comments on commit ef895a6

Please sign in to comment.