Commit 2fe936d0 authored by nanahira's avatar nanahira

fix reading scoreinit

parent f11f1f8f
Pipeline #79 failed with stages
......@@ -565,7 +565,7 @@
}
this.scoreinit = meta.scoreinit;
this.scorediff = meta.scorediff;
if (this.scoreinit && this.scorediff) {
if (this.scoreinit) {
this.scoremode = meta.scoremode || 1;
} else {
this.scoremode = meta.scoremode || 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment