]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix new mutator hook's description
authorMario <zacjardine@y7mail.com>
Sat, 5 Dec 2020 03:45:59 +0000 (13:45 +1000)
committerMario <zacjardine@y7mail.com>
Sat, 5 Dec 2020 03:45:59 +0000 (13:45 +1000)
qcsrc/client/mutators/events.qh

index 245224ba237d7e56cbe3b73388ced6de5d6e8f0c..6f6f34399f18e19a476771b9b7d41bc0bf237daa 100644 (file)
@@ -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 */