mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Changed speed check
This commit is contained in:
@ -37,6 +37,7 @@ define("VIEWER", 3);
|
||||
|
||||
|
||||
//Players
|
||||
define("PLAYER_CHUNKS_PER_SECOND", 60);
|
||||
define("PLAYER_RECOVERY_BUFFER", 1024);
|
||||
define("PLAYER_MAX_PACKET_LOSS", 0.20);
|
||||
|
||||
|
Reference in New Issue
Block a user