Closed cking20 closed 6 years ago
in the data update event the team score is sent as yellow not gold
{ "green": 32, "players": [{ ... "team": "Gold", ... }, { ... "team": "Green",
}, { .... }, { ... }], "yellow": 0, "board": [...]
}
in the data update event the team score is sent as yellow not gold
{ "green": 32, "players": [{ ... "team": "Gold", ... }, { ... "team": "Green",
}