From d76dc4de9ff36f75471a55a58463ac315c360112 Mon Sep 17 00:00:00 2001 From: terencehill Date: Fri, 26 Aug 2016 00:16:16 +0200 Subject: [PATCH] Remove a never used score field --- qcsrc/common/constants.qh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.39.2