re-enable player ids in scores
All checks were successful
deploy / deploy (push) Successful in 36s

This commit is contained in:
Lee 2023-11-01 17:07:16 +00:00
parent 2703adcb0b
commit f1645d9714

@ -135,7 +135,7 @@ async function connectWebsocket() {
if (maxCombo) { if (maxCombo) {
scorePoint.intField("max_combo", maxCombo); scorePoint.intField("max_combo", maxCombo);
} }
//scorePoint.intField("player_id", player.id); scorePoint.intField("player_id", player.id);
// Write the data to influx // Write the data to influx
InfluxWriteAPI.writePoint(scorePoint); InfluxWriteAPI.writePoint(scorePoint);