mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
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:
parent
c2e2514efc
commit
90eb32c5ab
1 changed files with 1 additions and 0 deletions
|
@ -1457,6 +1457,7 @@ void CL_Disconnect( qboolean showMainMenu ) {
|
|||
|
||||
// Remove pure paks
|
||||
FS_PureServerSetLoadedPaks("", "");
|
||||
FS_PureServerSetReferencedPaks( "", "" );
|
||||
|
||||
CL_ClearState ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue