summaryrefslogtreecommitdiff
path: root/source/cl_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r--source/cl_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_parse.c b/source/cl_parse.c
index 1321a7c..e32543c 100644
--- a/source/cl_parse.c
+++ b/source/cl_parse.c
@@ -768,7 +768,7 @@ static void CL_ParseServerData( void ) {
if( !cls.demo.playback && !sv_running->integer ) {
Cvar_UserSet( "game", cl.gamedir );
if( FS_NeedRestart() ) {
- CL_RestartFilesystem();
+ CL_RestartFilesystem( qfalse );
}
}