Large improvement in chunk sending

This commit is contained in:
Shoghi Cervantes
2013-06-09 20:37:45 +02:00
parent 31490576d2
commit 4a5783b57b
3 changed files with 60 additions and 29 deletions

View File

@@ -37,10 +37,6 @@ define("VIEWER", 3);
//Players
define("PLAYER_CHUNKS_PER_SECOND", 60);
define("PLAYER_RECOVERY_BUFFER", 1024);
define("PLAYER_MAX_PACKET_LOSS", 0.20);
define("PLAYER_SURVIVAL_SLOTS", 36);
define("PLAYER_CREATIVE_SLOTS", 111);