mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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
f3b670fa20
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…
Add table
Reference in a new issue