projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9d5ab5
)
Fix new mutator hook's description
author
Mario <zacjardine@y7mail.com>
Sat, 5 Dec 2020 03:45:59 +0000
(13:45 +1000)
committer
Mario <zacjardine@y7mail.com>
Sat, 5 Dec 2020 03:45:59 +0000
(13:45 +1000)
qcsrc/client/mutators/events.qh
patch
|
blob
|
history
diff --git
a/qcsrc/client/mutators/events.qh
b/qcsrc/client/mutators/events.qh
index 245224ba237d7e56cbe3b73388ced6de5d6e8f0c..6f6f34399f18e19a476771b9b7d41bc0bf237daa 100644
(file)
--- 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 */