mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-21 18:55:16 +00:00
Increased max packet size again
This commit is contained in:
parent
a58471c19f
commit
04fc8cb309
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
#define PACKBUFSIZE 0x30
|
||||
#define COSTUMEBUFSIZE 0x20
|
||||
|
||||
#define MAXPACKSIZE 0x50
|
||||
#define MAXPACKSIZE 0x100
|
||||
|
||||
enum PacketType : short {
|
||||
UNKNOWN,
|
||||
|
|
Loading…
Reference in a new issue