From: Samual Date: Mon, 2 Apr 2012 22:51:04 +0000 (-0400) Subject: remove space X-Git-Tag: xonotic-v0.7.0~240^2~85 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e359d1c58b66cb79eba8c09c16734a2f91c8a1f9;p=xonotic%2Fxonotic-data.pk3dir.git remove space --- diff --git a/qcsrc/server/mutators/gamemode_ctf.qc b/qcsrc/server/mutators/gamemode_ctf.qc index e988a3765..eb8736700 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qc +++ b/qcsrc/server/mutators/gamemode_ctf.qc @@ -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);