mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-10 21:09:07 +01:00
engine: client: ensure loading plaque was removed after we request spawn on legacy protocol
This commit is contained in:
parent
4420ffd49e
commit
4c569e1d5f
@ -656,7 +656,7 @@ void CL_LegacyPrecache_f( void )
|
||||
// Include server count in case server disconnects and changes level during d/l
|
||||
MSG_BeginClientCmd( &cls.netchan.message, clc_stringcmd );
|
||||
MSG_WriteStringf( &cls.netchan.message, "begin %i", spawncount );
|
||||
cls.signon = SIGNONS;
|
||||
cls.signon = SIGNONS - 1;
|
||||
}
|
||||
|
||||
qboolean CL_LegacyMode( void )
|
||||
|
Loading…
Reference in New Issue
Block a user