Skip to content

Commit

Permalink
DRAW-217 fix: 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
comforest committed Aug 12, 2024
1 parent c1915a8 commit 5aabe80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ internal class MafiaGameRoomService(

if (gameInfo.room.players.isEmpty()) {
mafiaGameRepository.removeGameInfo(gameInfo)
return
}

if (gameInfo.room.owner == player) {
Expand Down

0 comments on commit 5aabe80

Please sign in to comment.