CSC480-18S / Red-Team

Red Team Repository
MIT License
6 stars 19 forks source link

"Gold" values send with "Yellow" keyword #314

Closed cking20 closed 6 years ago

cking20 commented 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": [...]

}