mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-16 06:00:33 +01:00
Disable Mod_ClearUserData in SV_UnloadProgs (it is still called on restart)
This commit is contained in:
parent
297ca08e81
commit
bf2f829382
@ -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…
Reference in New Issue
Block a user