Razish / japp

JA++ server and client modification for Jedi Academy
GNU General Public License v2.0
44 stars 30 forks source link

Sort scoreboard by net kills, not just kill count. #335

Closed Razish closed 8 years ago

Razish commented 9 years ago

Specifically for FFA.

Perhaps change behaviour of suicide/teamkill reducing your kill count. Without adding another field? Considering we already have a client support flag for scoreboard stuff, I don't want to add another of those, which means client should somehow identify its scoreboard support. This could mean bit-packing it in with any broadcast mod identifier etc (bit-pack with base64?)

Razish commented 8 years ago

Added in 4f49f9f