Merge pull request #54 from marmot-z/master

服务端模块返回数据中增加客户端顺序列表信息
This commit is contained in:
Nico
2020-08-18 11:37:35 +08:00
committed by GitHub
@@ -54,6 +54,8 @@ public class ServerEventListener_CODE_GAME_STARTING implements ServerEventListen
.put("nextClientNickname", startGrabClient.getNickname())
.put("nextClientId", startGrabClient.getId())
.put("pokers", client.getPokers())
// this key-value use to client order to show
.put("clientOrderList", roomClientList)
.json();
if(client.getRole() == ClientRole.PLAYER) {