projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f3534
)
Fix grammar
author
Mario <mario@smbclan.net>
Mon, 22 Aug 2016 15:42:22 +0000
(
01:42
+1000)
committer
Mario <mario@smbclan.net>
Mon, 22 Aug 2016 15:42:22 +0000
(
01:42
+1000)
qcsrc/server/mutators/events.qh
patch
|
blob
|
history
diff --git
a/qcsrc/server/mutators/events.qh
b/qcsrc/server/mutators/events.qh
index fa23e39d2dbc018d0b51716decac6ca258c03172..7e40b1af1e80daba8461dba1e543dfddd9f3d4ff 100644
(file)
--- a/
qcsrc/server/mutators/events.qh
+++ b/
qcsrc/server/mutators/events.qh
@@
-856,7
+856,7
@@
MUTATOR_HOOKABLE(URI_GetCallback, EV_URI_GetCallback);
/**/
MUTATOR_HOOKABLE(ForbidWeaponUse, EV_ForbidWeaponUse);
-/** called when creating a clone of player (usually for corpses that stay after the player has re-spawned) */
+/** called when creating a clone of
the
player (usually for corpses that stay after the player has re-spawned) */
#define EV_CopyBody(i, o) \
/** player */ i(entity, MUTATOR_ARGV_0_entity) \
/** newly created clone */ i(entity, MUTATOR_ARGV_1_entity) \