willowtreeapps / wombats-api

Wombats API
https://github.com/willowtreeapps/wombats-documentation
MIT License
10 stars 4 forks source link

Bugfix for scoring #293

Closed oconn closed 7 years ago

oconn commented 7 years ago

PR for issue #277 .

Implementation Notes:

The problem was game state was populating each users stats incorrectly between rounds. This caused the database transactions to fail on each frame update resulting in scores to be updated in state only and not persisted across rounds.

Breaking changes:

None