fix individual score upload

This commit is contained in:
Bui 2020-03-13 04:04:45 +00:00
parent 73b8da36ab
commit 929471698f

View File

@ -133,7 +133,7 @@ class ScoreStorage{
var obj = {}
obj[hash] = this.scoreStrings[hash]
this.sendToServer({
scores: obj
scores: this.prepareScores(obj)
}).catch(() => this.add.apply(this, arguments))
}
template(){