]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/race/cl_race.qc
Clean up, copied from z411/bai-server, fixes and deleted added gamemodes/mutators...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / race / cl_race.qc
index a47ce272e49d7fd12ec5105be2bc84037146caaa..4311ce777aa813560420fa6cb2bc3fb0df62696f 100644 (file)
@@ -166,6 +166,11 @@ MUTATOR_HOOKFUNCTION(cl_race, HUD_Score_show)
        return spectatee_status == -1 && ISGAMETYPE(RACE); // hide the score panel while observing
 }
 
+MUTATOR_HOOKFUNCTION(cl_race, DrawScoreboardItemStats)
+{
+       return ISGAMETYPE(RACE); // hide the item stats panel
+}
+
 MUTATOR_HOOKFUNCTION(cl_race, ShowRankings)
 {
        if(ISGAMETYPE(RACE))