mirror of
https://github.com/tiennm99/caro.git
synced 2026-08-09 16:23:48 +00:00
修复准备后不开房间的bug
This commit is contained in:
+1
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user