only for safety
This commit is contained in:
@@ -59,6 +59,11 @@ class AutoScore {
|
|||||||
380000,
|
380000,
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
if (this.GetMaxCombo() === 0) {
|
||||||
|
this.ScoreDiff = 100;
|
||||||
|
this.ScoreInit = 450;
|
||||||
|
return;
|
||||||
|
}
|
||||||
const target = this.GetTargetScore(difficulty, level);
|
const target = this.GetTargetScore(difficulty, level);
|
||||||
this.Score = 0;
|
this.Score = 0;
|
||||||
this.ScoreDiff = 0;
|
this.ScoreDiff = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user