summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/g_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index af69a6d..e40ef90 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -1931,7 +1931,7 @@ void ExitLevel( void )
if( !Q_stricmp( currentmap, g_nextMap.string ) )
trap_SendConsoleCommand( EXEC_APPEND, "map_restart\n" );
else if ( G_MapExists( g_nextMap.string ) )
- trap_SendConsoleCommand( EXEC_APPEND, va("!map %s\n", g_nextMap.string ) );
+ trap_SendConsoleCommand( EXEC_APPEND, va("map %s\n", g_nextMap.string ) );
else if( G_MapRotationActive( ) )
G_AdvanceMapRotation( );
else