修复准备后不开房间的bug

This commit is contained in:
doveeeee
2021-07-16 20:52:51 +08:00
parent d451030c54
commit bfd3e7ecd2
@@ -168,6 +168,7 @@ public class ServerEventListener_CODE_GAME_POKER_PLAY implements ServerEventList
room.setStatus(RoomStatus.WAIT);
room.initScoreRate();
for (ClientSide client : room.getClientSideList()) {
client.setStatus(ClientStatus.NO_READY);
ChannelUtils.pushToClient(client.getChannel(), ClientEventCode.CODE_GAME_OVER, result);
}
}else{