Increased max packet size again

This commit is contained in:
Jack Garrard 2022-10-27 03:22:01 -07:00
parent a58471c19f
commit 04fc8cb309
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#define PACKBUFSIZE 0x30
#define COSTUMEBUFSIZE 0x20
#define MAXPACKSIZE 0x50
#define MAXPACKSIZE 0x100
enum PacketType : short {
UNKNOWN,