]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove space
authorSamual <samual@xonotic.org>
Mon, 2 Apr 2012 22:51:04 +0000 (18:51 -0400)
committerSamual <samual@xonotic.org>
Mon, 2 Apr 2012 22:51:04 +0000 (18:51 -0400)
qcsrc/server/mutators/gamemode_ctf.qc

index e988a37656b90b005fd296f7514a6c0d48245a53..eb87367006422432bb94ad3e8c2d0434d3389ba5 100644 (file)
@@ -389,7 +389,7 @@ void ctf_Handle_Return(entity flag, entity player)
 {
        // messages and sounds
        //centerprint(player, strcat("You returned the ", flag.netname));
-       Send_KillNotification (player.netname, flag.netname, "", INFO_RETURNFLAG, MSG_INFO);
+       Send_KillNotification(player.netname, flag.netname, "", INFO_RETURNFLAG, MSG_INFO);
        sound(player, CH_TRIGGER, flag.snd_flag_returned, VOL_BASE, ATTN_NONE);
        ctf_EventLog("return", flag.team, player);