]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Redundancy is now made redundant.
authorSamual Lenks <samual@xonotic.org>
Thu, 6 Sep 2012 06:16:41 +0000 (02:16 -0400)
committerSamual Lenks <samual@xonotic.org>
Thu, 6 Sep 2012 06:16:41 +0000 (02:16 -0400)
qcsrc/server/mutators/gamemode_ctf.qc

index 053a619c1bf5a2a6763d7d3d93483dc628a4967e..4d9167066d8a7c9e348b9c7788318f8276067d53 100644 (file)
@@ -204,7 +204,6 @@ void ctf_Handle_Retrieve(entity flag, entity player)
        entity sender = flag.pass_sender;
        
        // transfer flag to player
-       flag.ctf_carrier = player;
        flag.owner = player;
        flag.owner.flagcarried = flag;