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