mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed unrelated packet loss kicks
This commit is contained in:
@ -35,7 +35,7 @@ define("VIEWER", 3);
|
||||
|
||||
//Players
|
||||
define("PLAYER_RECOVERY_BUFFER", 2048);
|
||||
define("PLAYER_MAX_PACKET_LOSS", 0.40);
|
||||
define("PLAYER_MAX_PACKET_LOSS", 0.20);
|
||||
|
||||
|
||||
//Block Updates
|
||||
|
Reference in New Issue
Block a user