From: Mario Date: Sat, 5 Dec 2020 03:45:59 +0000 (+1000) Subject: Fix new mutator hook's description X-Git-Tag: xonotic-v0.8.5~588^2~7 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6351bce01318588a9ba762652284ebc3ef0694e1;p=xonotic%2Fxonotic-data.pk3dir.git Fix new mutator hook's description --- diff --git a/qcsrc/client/mutators/events.qh b/qcsrc/client/mutators/events.qh index 245224ba2..6f6f34399 100644 --- a/qcsrc/client/mutators/events.qh +++ b/qcsrc/client/mutators/events.qh @@ -181,7 +181,7 @@ MUTATOR_HOOKABLE(DrawDeathScoreboard, EV_NO_ARGS); /** Return true to not show accuracy stats in the scoreboard */ MUTATOR_HOOKABLE(DrawScoreboardAccuracy, EV_NO_ARGS); -/** Return true to not show accuracy stats in the scoreboard */ +/** Return true to not show item pickup stats in the scoreboard */ MUTATOR_HOOKABLE(DrawScoreboardItemStats, EV_NO_ARGS); /** Called when drawing info messages, allows adding new info messages. Return true to hide the standard join message */