diff options
-rw-r--r-- | src/game/g_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index 25a9eab..bcd51de 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -1176,7 +1176,7 @@ void G_Say( gentity_t *ent, gentity_t *target, int mode, const char *chatText ) G_LogPrintf( "say_hadmins: ^7[^1HIGH ADMIN^7]%s^7: %s^7\n", ( ent ) ? ent->client->pers.netname : "console", chatText ); Com_sprintf( name, sizeof( name ), "%s^7[^1HIGH ADMIN^7]%s%c%c"EC": ", prefix, ( ent ) ? ent->client->pers.netname : "console", Q_COLOR_ESCAPE, COLOR_WHITE ); - color = COLOR_WHITE; + color = COLOR_RED; break; } |