X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=server.h;h=02d3786bb6319ec8450539e9695b7d15f69bb472;hp=07639e4b5f52c530fa71cc50e974fe12201fc95d;hb=bfd441930916e7a29200ea42d5d8edfcc2baa806;hpb=0acfd66b9cd2e309f1b383309cd26cc2aa4fa4c7 diff --git a/server.h b/server.h index 07639e4b..02d3786b 100644 --- a/server.h +++ b/server.h @@ -515,7 +515,7 @@ void SV_StartSound (prvm_edict_t *entity, int channel, const char *sample, int v void SV_StartPointSound (vec3_t origin, const char *sample, int volume, float attenuation, float speed); void SV_ConnectClient (int clientnum, netconn_t *netconnection); -void SV_DropClient (qbool crash); +void SV_DropClient (qbool leaving, const char *reason, ... ); void SV_ClientCommands(const char *fmt, ...) DP_FUNC_PRINTF(1);