Add missing entry to client packet stringify

(noticed while reading the code)
This commit is contained in:
nvartolomei 2020-10-02 15:10:19 +01:00 committed by GitHub
parent ecdf0ed1a8
commit d35ac3c3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,6 +146,7 @@ namespace Protocol
"Ping",
"TablesStatusRequest",
"KeepAlive",
"Scalar",
};
return packet <= MAX
? data[packet]