summaryrefslogtreecommitdiff
path: root/source/mvd_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/mvd_client.c')
-rw-r--r--source/mvd_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/mvd_client.c b/source/mvd_client.c
index 284b3b6..3507b27 100644
--- a/source/mvd_client.c
+++ b/source/mvd_client.c
@@ -1415,7 +1415,7 @@ OPERATOR COMMANDS
void MVD_Spawn_f( void ) {
SV_InitGame( qtrue );
- Cvar_SetInteger( sv_running, ss_broadcast, CVAR_SET_DIRECT );
+ Cvar_SetInteger( sv_running, ss_broadcast, FROM_CODE );
Cvar_Set( "sv_paused", "0" );
Cvar_Set( "timedemo", "0" );
SV_InfoSet( "port", net_port->string );