From 04fc8cb309cac02241110b7c49e1b03cfea744a9 Mon Sep 17 00:00:00 2001 From: Jack Garrard Date: Thu, 27 Oct 2022 03:22:01 -0700 Subject: [PATCH] Increased max packet size again --- include/packets/Packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/packets/Packet.h b/include/packets/Packet.h index 77a9016..92fb053 100644 --- a/include/packets/Packet.h +++ b/include/packets/Packet.h @@ -10,7 +10,7 @@ #define PACKBUFSIZE 0x30 #define COSTUMEBUFSIZE 0x20 -#define MAXPACKSIZE 0x50 +#define MAXPACKSIZE 0x100 enum PacketType : short { UNKNOWN,