Improved block and chunk cache, fixed PlayerQuitEvent player save

This commit is contained in:
Shoghi Cervantes
2015-06-06 20:28:19 +02:00
parent f21ed39c1c
commit 62a8f58bb0
5 changed files with 73 additions and 29 deletions

View File

@ -206,7 +206,7 @@ class Server{
private $network;
private $networkCompressionAsync = true;
private $networkCompressionLevel = 7;
public $networkCompressionLevel = 7;
private $autoTickRate = true;
private $autoTickRateLimit = 20;