Clear referenced paks when disconnecting

After playing Team Arena, if you switch to Q3A and try to play a demo with
cl_allowDownload enabled it would print "Need Paks: blah blah" and not play the demo.
This commit is contained in:
Zack Middleton 2014-02-08 21:25:44 -06:00
parent c2e2514efc
commit 90eb32c5ab

View file

@ -1457,6 +1457,7 @@ void CL_Disconnect( qboolean showMainMenu ) {
// Remove pure paks
FS_PureServerSetLoadedPaks("", "");
FS_PureServerSetReferencedPaks( "", "" );
CL_ClearState ();