change achievement sort

This commit is contained in:
Vick Scarlet
2021-09-10 12:22:04 +08:00
parent 7330c24635
commit 166f3b8a58
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -165,7 +165,7 @@ class Life {
)=>{
a = ticks[a];
b = ticks[b];
if(a&&b) return a - b;
if(a&&b) return b - a;
if(!a&&!b) {
if(ah&&bh) return bg - ag;
if(ah) return 1;