summaryrefslogtreecommitdiff
path: root/src/game/g_admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_admin.c')
-rw-r--r--src/game/g_admin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index 14b2cc1..3b37b32 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -9566,7 +9566,7 @@ qboolean G_admin_rlist( gentity_t *ent, int skiparg )
(filter[0]) ? filter : "" ) );
}
- ADMBP( "Run ^3!rshow^7 <entry> to see full report\n" );
+ ADMBP( "Run ^3!rshow^7 <entry> to see full report" );
ADMBP( "\n" );
ADMBP_end();
@@ -10037,7 +10037,7 @@ qboolean G_admin_rarclist( gentity_t *ent, int skiparg )
(filter[0]) ? filter : "" ) );
}
- ADMBP( "Run ^3!rshow^7 ^5!^7 <entry> to see full archive\n" );
+ ADMBP( "Run ^3!rshow^7 ^5!^7 <entry> to see full archive" );
ADMBP( "\n" );
ADMBP_end();