packet: Add missing packetNames entries

This commit is contained in:
Nick Renieris 2022-06-22 20:16:34 +03:00 committed by GRAnimated
parent 9227e37623
commit 7e4a80b934
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ enum PacketType : short {
// attribute otherwise the build log is spammed with unused warnings
USED static const char *packetNames[] = {
"Unknown",
"Client Initialization",
"Player Info",
"Player Cap Info",
"Game Info",
@ -40,6 +41,7 @@ USED static const char *packetNames[] = {
"Costume Info",
"Moon Collection",
"Capture Info",
"Change Stage",
"Server Command"
};