diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2010-05-05 22:46:09 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:36 +0000 |
commit | d4c941568176ef996d0b8bb38dc05f0a593e0322 (patch) | |
tree | 5ded5e6662a15b62e4f1e56fb2c3a7e5210e500b /src | |
parent | 19e6cc72ed26b6c3ddeec15cc7b7affb39bebad6 (diff) |
* (bug 4603) Fix color bleed in listadmins (TheLinker)
Diffstat (limited to 'src')
-rw-r--r-- | src/game/g_admin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c index 7d5e123d..2b26b6be 100644 --- a/src/game/g_admin.c +++ b/src/game/g_admin.c @@ -771,7 +771,7 @@ static int admin_listadmins( gentity_t *ent, int start, char *search ) colorlen += 2; } - ADMBP( va( "%4i %4i %*s^7 %s\n", + ADMBP( va( "%4i %4i %*s^7 %s" S_COLOR_WHITE "\n", ( i + MAX_CLIENTS ), a->level, admin_level_maxname + colorlen, |