From: terencehill Date: Thu, 25 Aug 2016 22:16:16 +0000 (+0200) Subject: Remove a never used score field X-Git-Tag: xonotic-v0.8.2~668 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d76dc4de9ff36f75471a55a58463ac315c360112;p=xonotic%2Fxonotic-data.pk3dir.git Remove a never used score field --- diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 80a3f5edd..181511cc1 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -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);