summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2015-12-05 23:34:33 +0100
committerPaweł Redman <pawel.redman@gmail.com>2015-12-05 23:34:33 +0100
commit6c79e8bb722b20241fa9eab063dfefa73870a740 (patch)
tree94cd5c896d1d2085115b0c157a0388f34d247421 /src/game
parentf99fa9618d12882298de857722a22d1e63f3e583 (diff)
Get rid of more indent markers.HEADmaster
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_admin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index bee9294..32a8db8 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -2483,14 +2483,14 @@ qboolean cp_broadcast( gentity_t *ent, qboolean cp ) {
if( !admin )
trap_SendServerCommand( i, va( "cp \"^%s%s\"",
( team < 0 ) ? "2" : "5", message ) );
- trap_SendServerCommand( i, va( "print \"%s^3CPA: ^7%s%s^7%s%s%s: %c%s\n\"",
+ trap_SendServerCommand( i, va( "print \"%s^3CPA: ^7%s%s^7%s%s%s: %s\n\"",
( admin ) ? "[ADMIN] " : "",
( team >= 0 ) ? "(" : "",
admin_name( ent ),
( team >= 0 ) ? ")" : "",
( admin ) ? " to " : "",
( admin ) ? BG_TeamName( team ) : "",
- INDENT_MARKER,
+
message ) );
}
else if( !admin )