summaryrefslogtreecommitdiff
path: root/source/sv_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sv_init.c')
-rw-r--r--source/sv_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_init.c b/source/sv_init.c
index 045517d..a2c34d9 100644
--- a/source/sv_init.c
+++ b/source/sv_init.c
@@ -365,7 +365,7 @@ void SV_Map (const char *levelstring, qboolean restart) {
}
SCR_BeginLoadingPlaque(); // for local system
- SV_BroadcastCommand( "changing\n" );
+ SV_BroadcastCommand( "changing map=%s\n", level );
SV_SendClientMessages();
SV_SendAsyncPackets();
SV_SpawnServer( level, spawnpoint );