Update buffer for SendNameAndColor

This commit is contained in:
James R 2020-01-14 21:40:58 -08:00
parent 223edd8ee0
commit 708ab6ff90
1 changed files with 1 additions and 1 deletions

View File

@ -1174,7 +1174,7 @@ static INT32 snacpending = 0, snac2pending = 0, chmappending = 0;
// //
static void SendNameAndColor(void) static void SendNameAndColor(void)
{ {
char buf[MAXPLAYERNAME+2]; char buf[MAXPLAYERNAME+6];
char *p; char *p;
p = buf; p = buf;