lindsaykwardell / clocktracker

Web app for recording gameplays and stats for Blood on the Clocktower
https://clocktracker.app
8 stars 5 forks source link

Fix BGStats import #299

Closed mirimayhem closed 5 months ago

mirimayhem commented 5 months ago

When using the "Post to BGStats" function, the BGStats app yields following error:

Invalid data: org.json.JSONException: No value for startPlayer

The official BGStats resource lists the `startPlayer``field as not optional.

This PR extends every player map entry by this value, hard-setting it to false as it is irrelevant in BotC, but required.