summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBen Millwood <thebenmachine@gmail.com>2009-10-18 01:04:03 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:54 +0000
commit5c6361f832f9bac5d5fb1f028b5ad4afe163caa2 (patch)
tree2bfca277e6d6520c6579ab1f2af6bd0c36c5bda6 /src
parent2224d0603db8df4126421f20486518d0b1e6b99a (diff)
* Remove redundant colour in G_AdminMessage
Diffstat (limited to 'src')
-rw-r--r--src/game/g_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index f8740dcb..5503b4c4 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -1635,7 +1635,7 @@ void G_AdminMessage( gentity_t *ent, const char *msg )
char string[ 1024 ];
int i;
- Com_sprintf( string, sizeof( string ), "chat %d %d \"" S_COLOR_MAGENTA "%s\"",
+ Com_sprintf( string, sizeof( string ), "chat %d %d \"%s\"",
ent ? ent - g_entities : -1,
G_admin_permission( ent, ADMF_ADMINCHAT ) ? SAY_ADMINS : SAY_ADMINS_PUBLIC,
msg );