Add missing packet name

This commit is contained in:
Louis-Antoine 2020-05-16 23:22:33 +02:00
parent 20e4d5ab9e
commit bf11e3a361
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"
};