From 7299b6f0c3aff0078d5279870bf14670ee320dcf Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 29 May 2022 12:46:10 +0200 Subject: [PATCH] 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) --- qcsrc/common/scores.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5