fix individual score upload
This commit is contained in:
@@ -133,7 +133,7 @@ class ScoreStorage{
|
|||||||
var obj = {}
|
var obj = {}
|
||||||
obj[hash] = this.scoreStrings[hash]
|
obj[hash] = this.scoreStrings[hash]
|
||||||
this.sendToServer({
|
this.sendToServer({
|
||||||
scores: obj
|
scores: this.prepareScores(obj)
|
||||||
}).catch(() => this.add.apply(this, arguments))
|
}).catch(() => this.add.apply(this, arguments))
|
||||||
}
|
}
|
||||||
template(){
|
template(){
|
||||||
|
|||||||
Reference in New Issue
Block a user