mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-03-24 13:33:26 +08:00
change achievement sort
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -165,7 +165,7 @@ class Life {
|
|||||||
)=>{
|
)=>{
|
||||||
a = ticks[a];
|
a = ticks[a];
|
||||||
b = ticks[b];
|
b = ticks[b];
|
||||||
if(a&&b) return a - b;
|
if(a&&b) return b - a;
|
||||||
if(!a&&!b) {
|
if(!a&&!b) {
|
||||||
if(ah&&bh) return bg - ag;
|
if(ah&&bh) return bg - ag;
|
||||||
if(ah) return 1;
|
if(ah) return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user