mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 18:01:16 +00:00
Merge branch 'snac-bruh' into 'master'
Try to set a 21 character name and SIGABRT See merge request STJr/SRB2!689
This commit is contained in:
commit
d4e0bfe87f
1 changed files with 1 additions and 1 deletions
|
@ -1174,7 +1174,7 @@ static INT32 snacpending = 0, snac2pending = 0, chmappending = 0;
|
|||
//
|
||||
static void SendNameAndColor(void)
|
||||
{
|
||||
char buf[MAXPLAYERNAME+2];
|
||||
char buf[MAXPLAYERNAME+6];
|
||||
char *p;
|
||||
|
||||
p = buf;
|
||||
|
|
Loading…
Reference in a new issue