mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: server: drop ghost fakeclients before changelevel
This commit is contained in:
committed by
a1batross
parent
896bbe8fc3
commit
09ca41ea36
@@ -694,6 +694,8 @@ void SV_DeactivateServer( void )
|
||||
if( !svs.initialized || sv.state == ss_dead )
|
||||
return;
|
||||
|
||||
SV_InactivateClients();
|
||||
|
||||
svgame.globals->time = sv.time;
|
||||
svgame.dllFuncs.pfnServerDeactivate();
|
||||
Host_SetServerState( ss_dead );
|
||||
|
||||
Reference in New Issue
Block a user