Disable Mod_ClearUserData in SV_UnloadProgs (it is still called on restart)

This commit is contained in:
mittorn 2019-03-17 21:26:38 +07:00
parent 297ca08e81
commit bf2f829382
1 changed files with 3 additions and 1 deletions

View File

@ -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();