diff options
Diffstat (limited to 'src/game')
-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 aef76d16..ab396426 100644 --- a/src/game/g_admin.c +++ b/src/game/g_admin.c @@ -749,7 +749,7 @@ static int admin_search( gentity_t *ent, if( i >= start && ( limit < 1 || count < limit ) ) { out( l, str ); - ADMBP( va( "%-3d %s\n", i + offset, str ) ); + ADMBP( va( "%-3d %s" S_COLOR_WHITE "\n", i + offset, str ) ); count++; end = i; } |