Skip to content
Snippets Groups Projects
Commit 208af4e7 authored by LJ Sonic's avatar LJ Sonic
Browse files

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

Add missing packet name

See merge request !948
parents 20e4d5ab bf11e3a3
Branches
Tags
2 merge requests!985Shaders next merge,!948Add missing packet name
...@@ -811,6 +811,7 @@ static const char *packettypename[NUMPACKETTYPE] = ...@@ -811,6 +811,7 @@ static const char *packettypename[NUMPACKETTYPE] =
"CLIENTJOIN", "CLIENTJOIN",
"NODETIMEOUT", "NODETIMEOUT",
"RESYNCHING", "RESYNCHING",
"LOGIN",
"PING" "PING"
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment