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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index 1af65c55..fbe8eb52 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -1938,6 +1938,7 @@ qboolean G_admin_map( gentity_t *ent, int skiparg )
}
trap_SendConsoleCommand( EXEC_APPEND, va( "map %s", map ) );
+ level.restarted = qtrue;
AP( va( "print \"^3!map: ^7map '%s' started by %s %s\n\"", map,
( ent ) ? ent->client->pers.netname : "console",
( layout[ 0 ] ) ? va( "(forcing layout '%s')", layout ) : "" ) );