whiterook6/shawarmaspin

Truncate score_seconds to 3 digits when sending down to clients.

Opened this issue · 2 comments

No need to waste bytes!

eg.
"score": {"seconds": 12.56700000343, ...}
should be
"score": {"seconds": 12.567, ...}