Fixed unrelated packet loss kicks

This commit is contained in:
Shoghi Cervantes
2013-06-04 10:06:21 +02:00
parent e01a3e6811
commit 0c7c36cc03
2 changed files with 3 additions and 2 deletions

View File

@ -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