Signed-off-by: bones_was_here <bones_was_here@xa.org.au>
{
int i, ret, clientnum, best;
double besttime;
- char *string, response[1400], addressstring2[128];
+ char *string, response[2800], addressstring2[128];
static char stringbuf[16384]; // server only
qboolean islocal = (LHNETADDRESS_GetAddressType(peeraddress) == LHNETADDRESSTYPE_LOOP);
char senddata[NET_HEADERSIZE+NET_MAXMESSAGE+CRYPTO_HEADERSIZE];
/// qc-defined short status string
char qcstatus[128];
/// frags/ping/name list (if they fit in the packet)
- char players[1400];
+ char players[2800];
/// max client number
int maxplayers;
/// number of currently connected players (including bots)