Disable Mod_ClearUserData in SV_UnloadProgs (it is still called on restart)
This commit is contained in:
parent
297ca08e81
commit
bf2f829382
1 changed files with 3 additions and 1 deletions
|
@ -4974,7 +4974,9 @@ void SV_UnloadProgs( void )
|
|||
|
||||
SV_DeactivateServer ();
|
||||
Delta_Shutdown ();
|
||||
Mod_ClearUserData ();
|
||||
/// TODO: reenable this when
|
||||
/// SV_UnloadProgs will be disabled
|
||||
//Mod_ClearUserData ();
|
||||
|
||||
SV_FreeStringPool();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue