Remove dead COMPRESSION_LEVEL property from Level

This commit is contained in:
Dylan K. Taylor 2017-10-04 14:26:04 +01:00
parent 27aa51bac4
commit 68195c64ce

View File

@ -95,7 +95,6 @@ class Level implements ChunkManager, Metadatable{
private static $levelIdCounter = 1;
private static $chunkLoaderCounter = 1;
public static $COMPRESSION_LEVEL = 8;
const Y_MASK = 0xFF;
const Y_MAX = 0x100; //256