From c79dda69d6e603500a5681430172b5152041af0a Mon Sep 17 00:00:00 2001 From: xolatile Date: Thu, 17 Jul 2025 23:28:55 +0200 Subject: Big changed mentioned in IRC channel... --- src/fpsgame/scoreboard.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/fpsgame/scoreboard.cpp') diff --git a/src/fpsgame/scoreboard.cpp b/src/fpsgame/scoreboard.cpp index ec99dda..40a1246 100644 --- a/src/fpsgame/scoreboard.cpp +++ b/src/fpsgame/scoreboard.cpp @@ -37,11 +37,6 @@ namespace game else return false; } else if(b->state==CS_SPECTATOR) return true; - if(m_ctf || m_collect) - { - if(a->flags > b->flags) return true; - if(a->flags < b->flags) return false; - } if(a->frags > b->frags) return true; if(a->frags < b->frags) return false; return strcmp(a->name, b->name) < 0; -- cgit v1.2.3