X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fgamemodes%2Fgamemode%2Fnexball%2Fcl_nexball.qc;h=19b7b63ce4912d424950877f576de9f64dd2ff8b;hp=5a6b42dc467ecc5e17927f77fb97356d8bdbec61;hb=32205c47c046b78ecfad958f855a3786fa18b1e5;hpb=2a8059012ee0ca9b6c4c28f8213743b2bb4b2b6f diff --git a/qcsrc/common/gamemodes/gamemode/nexball/cl_nexball.qc b/qcsrc/common/gamemodes/gamemode/nexball/cl_nexball.qc index 5a6b42dc4..19b7b63ce 100644 --- a/qcsrc/common/gamemodes/gamemode/nexball/cl_nexball.qc +++ b/qcsrc/common/gamemodes/gamemode/nexball/cl_nexball.qc @@ -42,3 +42,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 +}