]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
CA: fix 'spectate previous player' action not working in real spectator mode; it...
authorterencehill <piuntn@gmail.com>
Tue, 22 Jan 2019 13:41:42 +0000 (14:41 +0100)
committerterencehill <piuntn@gmail.com>
Tue, 22 Jan 2019 13:48:05 +0000 (14:48 +0100)
qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qc

index 2bbed4a9abb78f5cb8fd73ecbdf5d9a9a68474f7..686b0cbae06cddbf42a460a1ecae11a61f38b2fa 100644 (file)
@@ -448,6 +448,8 @@ MUTATOR_HOOKFUNCTION(ca, SpectatePrev)
                                return MUT_SPECPREV_RETURN;
                }
        }
+       else
+               return MUT_SPECPREV_CONTINUE;
 
        M_ARGV(1, entity) = targ;