mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-12 05:22:55 +00:00
Do not save at ServerActivate directly
This commit is contained in:
parent
86090e1039
commit
71881e3b5d
@ -178,7 +178,7 @@ void COOP_MapStartSave( void )
|
||||
|
||||
strncpy( g_CoopState.p.rgszSaveSlots[COOP_SAVE_START2], g_CoopState.p.rgszSaveSlots[COOP_SAVE_START1], 31 );
|
||||
strncpy( g_CoopState.p.rgszSaveSlots[COOP_SAVE_START1], szSavename, 31 );
|
||||
GGM_Save( g_CoopState.p.rgszSaveSlots[COOP_SAVE_START1] );
|
||||
SERVER_COMMAND( UTIL_VarArgs( "wait;wait;ggm_save %s\n", g_CoopState.p.rgszSaveSlots[COOP_SAVE_START1] ) );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user