diff options
Diffstat (limited to 'src/client/main.c')
-rw-r--r-- | src/client/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/main.c b/src/client/main.c index 5c605c2..dbcf870 100644 --- a/src/client/main.c +++ b/src/client/main.c @@ -2347,6 +2347,8 @@ void CL_RestartFilesystem(qboolean total) CL_LoadState(LOAD_FINISH); } + CL_LoadDownloadIgnores(); + // switch back to original state cls.state = cls_state; @@ -3287,6 +3289,8 @@ void CL_Init(void) } #endif + CL_LoadDownloadIgnores(); + HTTP_Init(); UI_OpenMenu(UIMENU_DEFAULT); |