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
1 changed files with 1 additions and 0 deletions

View File

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