Add missing packet name

This commit is contained in:
Louis-Antoine 2020-05-16 23:22:33 +02:00
parent 6531fc6e85
commit ebeac311af

View file

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