mirror of
https://github.com/tiennm99/caro.git
synced 2026-09-02 14:20:02 +00:00
+2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user