From 80ab4567a8c591d28daef3e8c9eace13aeda727a Mon Sep 17 00:00:00 2001 From: Nick Renieris Date: Wed, 22 Jun 2022 20:16:34 +0300 Subject: [PATCH] packet: Add missing packetNames entries --- include/packets/Packet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/packets/Packet.h b/include/packets/Packet.h index 6a98562..f536331 100644 --- a/include/packets/Packet.h +++ b/include/packets/Packet.h @@ -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" };