fix team sorting
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
return Number(!!aBothDead) - Number(!!bBothDead);
|
return Number(!!aBothDead) - Number(!!bBothDead);
|
||||||
}
|
}
|
||||||
|
|
||||||
return bBothKills.length - aBothKills.length;
|
return bBothKills - aBothKills;
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user