From: terencehill Date: Sun, 29 May 2022 10:46:10 +0000 (+0200) Subject: Make keepaway registration order consistent. It doesn't change player sorting priorit... X-Git-Tag: xonotic-v0.8.6~319^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7299b6f0c3aff0078d5279870bf14670ee320dcf;p=xonotic%2Fxonotic-data.pk3dir.git Make keepaway registration order consistent. It doesn't change player sorting priority because bctime has top priority anyway (it's secondary and other keepaway scores aren't primary) --- diff --git a/qcsrc/common/scores.qh b/qcsrc/common/scores.qh index 630df90c2..3449f2b53 100644 --- a/qcsrc/common/scores.qh +++ b/qcsrc/common/scores.qh @@ -40,9 +40,9 @@ REGISTER_SP(DOM_TICKS); REGISTER_SP(FREEZETAG_REVIVALS); +REGISTER_SP(KEEPAWAY_BCTIME); REGISTER_SP(KEEPAWAY_CARRIERKILLS); REGISTER_SP(KEEPAWAY_PICKUPS); -REGISTER_SP(KEEPAWAY_BCTIME); REGISTER_SP(KH_CAPS); REGISTER_SP(KH_KCKILLS);