From: terencehill Date: Tue, 22 Jan 2019 13:41:42 +0000 (+0100) Subject: CA: fix 'spectate previous player' action not working in real spectator mode; it... X-Git-Tag: xonotic-v0.8.5~1649 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=a7d85a2841c15a886ca8bcf55276668d58274f34;p=xonotic%2Fxonotic-data.pk3dir.git CA: fix 'spectate previous player' action not working in real spectator mode; it fixes half of #2062 --- diff --git a/qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qc b/qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qc index 2bbed4a9a..686b0cbae 100644 --- a/qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qc +++ b/qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qc @@ -448,6 +448,8 @@ MUTATOR_HOOKFUNCTION(ca, SpectatePrev) return MUT_SPECPREV_RETURN; } } + else + return MUT_SPECPREV_CONTINUE; M_ARGV(1, entity) = targ;