]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove a never used score field
authorterencehill <piuntn@gmail.com>
Thu, 25 Aug 2016 22:16:16 +0000 (00:16 +0200)
committerterencehill <piuntn@gmail.com>
Thu, 25 Aug 2016 22:16:16 +0000 (00:16 +0200)
qcsrc/common/constants.qh

index 80a3f5edddf0edc00831f13e54e22271a3a97bb2..181511cc1a1cb819e4ddf94ea691038647bdfd2f 100644 (file)
@@ -154,10 +154,9 @@ USING(PlayerScoreField, entity);
 REGISTER_SP(END);
 
 REGISTER_SP(PING);
+REGISTER_SP(PL);
 REGISTER_SP(NAME);
 REGISTER_SP(KDRATIO);
-REGISTER_SP(CLRATIO);
-REGISTER_SP(PL);
 REGISTER_SP(SUM);
 
 REGISTER_SP(SEPARATOR);