]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix CopyBody description
authorMario <mario@smbclan.net>
Mon, 22 Aug 2016 15:36:36 +0000 (01:36 +1000)
committerMario <mario@smbclan.net>
Mon, 22 Aug 2016 15:36:51 +0000 (01:36 +1000)
qcsrc/server/mutators/events.qh

index ae867e9a3d2119f3c787488c7744bb02d70cc99f..fa23e39d2dbc018d0b51716decac6ca258c03172 100644 (file)
@@ -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) \