]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/scoreboard.qc
always draw the scoreboard when observing (won't change behaviour in other gamemodes...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / scoreboard.qc
index f03ee9965c3e7eccd3ea41008559157a2141a986..31cdc45bfa04b4bcffe5697e0bbf47d4fcc4ccec 100644 (file)
@@ -885,6 +885,8 @@ float HUD_WouldDrawScoreboard() {
                return 1;
        else if (getstati(STAT_HEALTH) <= 0 && autocvar_cl_deathscoreboard && gametype != GAME_CTS)
                return 1;
+    else if (spectatee_status == -1)
+        return 1;
        else if (scoreboard_showscores_force)
                return 1;
        return 0;