Changed speed check

This commit is contained in:
Shoghi Cervantes
2013-06-09 16:36:44 +02:00
parent cbe0692696
commit fef0b27f7c
4 changed files with 9 additions and 5 deletions

View File

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