Merge branch 'fix-packet-name' into 'next'

Add missing packet name

See merge request STJr/SRB2!948
This commit is contained in:
LJ Sonic 2020-05-16 17:27:47 -04:00
commit 208af4e710

View file

@ -811,6 +811,7 @@ static const char *packettypename[NUMPACKETTYPE] =
"CLIENTJOIN", "CLIENTJOIN",
"NODETIMEOUT", "NODETIMEOUT",
"RESYNCHING", "RESYNCHING",
"LOGIN",
"PING" "PING"
}; };