mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
IOQ3 commit 2330
This commit is contained in:
parent
d9a6e1407d
commit
9896c562d1
1 changed files with 1 additions and 1 deletions
|
@ -3828,7 +3828,7 @@ void FS_Restart( int checksumFeed ) {
|
|||
if (lastValidBase[0]) {
|
||||
FS_PureServerSetLoadedPaks("", "");
|
||||
Cvar_Set("fs_basepath", lastValidBase);
|
||||
Cvar_Set("fs_gamedirvar", lastValidGame);
|
||||
Cvar_Set("fs_game", lastValidGame);
|
||||
lastValidBase[0] = '\0';
|
||||
lastValidGame[0] = '\0';
|
||||
FS_Restart(checksumFeed);
|
||||
|
|
Loading…
Reference in a new issue