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

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