mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00: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…
x
Reference in New Issue
Block a user