summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2011-02-01 16:37:35 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:57 +0000
commitfc7605bebedf293153a2d25c0d303e1c444165a6 (patch)
tree39eb3be0d5b6e4f4b62bc0c3d144de8457e8b39a /src/game
parente4f92f7675c9e8852435a2cba7f258c2364b9b9c (diff)
* Revert revision 2109 since it did not do anything
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index adbc91bc..0e2e84e4 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" S_COLOR_WHITE "\n", i + offset, str ) );
+ ADMBP( va( "%-3d %s\n", i + offset, str ) );
count++;
end = i;
}