This commit is contained in:
choelzl 2022-02-09 22:00:16 +01:00
parent 05062c5dae
commit 32df38d85b
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -102,7 +102,7 @@
var score = calculateScore(distance, scale)
guesses[current_round].push({
user:user,
location:location,
location:position,
distance:distance,
score:score,
streak: 0,