Increase max packets per second to 100

This commit is contained in:
MysterD 2023-03-27 11:59:06 -07:00
parent c1322b7aa1
commit 2dc74815ad
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ struct NetworkSystem* gNetworkSystem = &gNetworkSystemSocket;
#endif
#define LOADING_LEVEL_THRESHOLD 10
#define MAX_PACKETS_PER_SECOND_PER_PLAYER ((u16)70)
#define MAX_PACKETS_PER_SECOND_PER_PLAYER ((u16)100)
u16 networkLoadingLevel = 0;
bool gNetworkAreaLoaded = false;