X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fgamemodes%2Fgamemode%2Fnexball%2Fcl_nexball.qc;h=27699571675d1bd65ccb812d17df16b878425b77;hp=5a6b42dc467ecc5e17927f77fb97356d8bdbec61;hb=ce80a3d3800ee2f5ce8a8d93ccb6b835a46ec5f6;hpb=5f22a2a699389fbdff74a80d48559f52106999fa diff --git a/qcsrc/common/gamemodes/gamemode/nexball/cl_nexball.qc b/qcsrc/common/gamemodes/gamemode/nexball/cl_nexball.qc index 5a6b42dc4..276995716 100644 --- a/qcsrc/common/gamemodes/gamemode/nexball/cl_nexball.qc +++ b/qcsrc/common/gamemodes/gamemode/nexball/cl_nexball.qc @@ -1,6 +1,7 @@ #include "cl_nexball.qh" #include +#include // Nexball HUD mod icon void HUD_Mod_NexBall(vector pos, vector mySize) @@ -42,3 +43,8 @@ MUTATOR_HOOKFUNCTION(cl_nb, WantEventchase) return true; return false; } + +MUTATOR_HOOKFUNCTION(cl_nb, DrawScoreboardAccuracy) +{ + return ISGAMETYPE(NEXBALL); // accuracy is not a factor in this gamemode +}