]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mutators/events.qh
Fix new mutator hook's description
[xonotic/xonotic-data.pk3dir.git] / 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 */