summaryrefslogtreecommitdiff
path: root/source/sv_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sv_main.c')
-rw-r--r--source/sv_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_main.c b/source/sv_main.c
index e85757a..07ffe6d 100644
--- a/source/sv_main.c
+++ b/source/sv_main.c
@@ -1782,7 +1782,7 @@ void SV_Shutdown( const char *finalmsg, killtype_t type ) {
Cvar_Set( "sv_paused", "0" );
if( !svs.initialized ) {
- MVD_GameShutdown(); // make sure MVD client is down
+ MVD_Shutdown(); // make sure MVD client is down
return;
}