summaryrefslogtreecommitdiff
path: root/src/game/g_maprotation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_maprotation.c')
-rw-r--r--src/game/g_maprotation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_maprotation.c b/src/game/g_maprotation.c
index 082815b9..e9f87b37 100644
--- a/src/game/g_maprotation.c
+++ b/src/game/g_maprotation.c
@@ -869,7 +869,7 @@ static void G_IssueMapChange( int index, int rotation )
trap_Cvar_Set( "g_layouts", map->layouts );
}
- trap_SendConsoleCommand( EXEC_APPEND, va( "map %s\n", map->name ) );
+ trap_SendConsoleCommand( EXEC_APPEND, va( "map \"%s\"\n", map->name ) );
// Load up map defaults if g_mapConfigs is set
G_MapConfigs( map->name );