]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make keepaway registration order consistent. It doesn't change player sorting priorit...
authorterencehill <piuntn@gmail.com>
Sun, 29 May 2022 10:46:10 +0000 (12:46 +0200)
committerterencehill <piuntn@gmail.com>
Sun, 29 May 2022 10:46:10 +0000 (12:46 +0200)
qcsrc/common/scores.qh

index 630df90c2bcbec26941760e264d5867abaed0759..3449f2b53ee5b950b2d2916d8e593509decdece3 100644 (file)
@@ -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);