engine: refactor rcon redirect, don't make it depend on global object

This commit is contained in:
Alibek Omarov
2023-12-13 14:56:27 +03:00
parent 514da0ffa9
commit 36c2f9e9f2
5 changed files with 40 additions and 41 deletions

View File

@@ -564,7 +564,7 @@ qboolean SV_IsPlayerIndex( int idx );
int SV_CalcPing( sv_client_t *cl );
void SV_InitClientMove( void );
void SV_UpdateServerInfo( void );
void SV_EndRedirect( void );
void SV_EndRedirect( host_redirect_t *rd );
void SV_RejectConnection( netadr_t from, const char *fmt, ... ) _format( 2 );
void SV_GetPlayerCount( int *clients, int *bots );