fix team sorting
All checks were successful
deploy / build-and-deploy (/testvaro, /opt/website-test, website-test) (push) Successful in 28s
deploy / build-and-deploy (/varo, /opt/website, website) (push) Successful in 14s

This commit is contained in:
2025-06-24 00:31:14 +02:00
parent 136e0b808c
commit d82ac4f275

View File

@ -35,7 +35,7 @@
return Number(!!aBothDead) - Number(!!bBothDead);
}
return bBothKills.length - aBothKills.length;
return bBothKills - aBothKills;
});
</script>