From: Mario Date: Mon, 22 Aug 2016 15:36:36 +0000 (+1000) Subject: Fix CopyBody description X-Git-Tag: xonotic-v0.8.2~681 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a6f3534cd405c9b951207bb67597853a4fbd7b8c;p=xonotic%2Fxonotic-data.pk3dir.git Fix CopyBody description --- diff --git a/qcsrc/server/mutators/events.qh b/qcsrc/server/mutators/events.qh index ae867e9a3..fa23e39d2 100644 --- 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 a player spawns as player, after shared setup, before his weapon is chosen (so items may be changed in here) */ +/** called when creating a clone of 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) \