From 0560b92246ab3ff668242e7e9921fe0d80b40b50 Mon Sep 17 00:00:00 2001 From: z411 Date: Wed, 5 Aug 2020 04:57:28 -0400 Subject: [PATCH] Clan Arena doesn't count remaining score anymore --- qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qc b/qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qc index f712e8026..e525a980e 100644 --- a/qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qc +++ b/qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qc @@ -405,12 +405,6 @@ MUTATOR_HOOKFUNCTION(ca, PlayerRegen) return true; } -MUTATOR_HOOKFUNCTION(ca, Scores_CountFragsRemaining) -{ - // announce remaining frags - return true; -} - MUTATOR_HOOKFUNCTION(ca, SpectateSet) { entity client = M_ARGV(0, entity); -- 2.39.2