mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-21 18:55:16 +00:00
packet: Add missing packetNames entries
This commit is contained in:
parent
9227e37623
commit
7e4a80b934
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue