From 6351bce01318588a9ba762652284ebc3ef0694e1 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 5 Dec 2020 13:45:59 +1000 Subject: [PATCH] Fix new mutator hook's description --- qcsrc/client/mutators/events.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2