mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
Disable Mod_ClearUserData in SV_UnloadProgs (it is still called on restart)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user