mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 15:31:51 +08:00
fix individual score upload
This commit is contained in:
parent
73b8da36ab
commit
929471698f
@ -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(){
|
||||||
|
Loading…
Reference in New Issue
Block a user