]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/nexball/cl_nexball.qc
Hide the item stats panel in CTS, Race, Nexball and Invasion (items serve little...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / nexball / cl_nexball.qc
index 27699571675d1bd65ccb812d17df16b878425b77..fa7be6e5072bb003ef7b996cc2cb04a5c928ee51 100644 (file)
@@ -48,3 +48,8 @@ MUTATOR_HOOKFUNCTION(cl_nb, DrawScoreboardAccuracy)
 {
        return ISGAMETYPE(NEXBALL); // accuracy is not a factor in this gamemode
 }
+
+MUTATOR_HOOKFUNCTION(cl_nb, DrawScoreboardItemStats)
+{
+       return ISGAMETYPE(NEXBALL); // hide the item stats panel
+}