Add missing packet name

This commit is contained in:
Louis-Antoine 2020-05-16 23:22:33 +02:00
parent 20e4d5ab9e
commit bf11e3a361

View file

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