mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-16 16:34:05 +00:00
Remove dead COMPRESSION_LEVEL property from Level
This commit is contained in:
parent
27aa51bac4
commit
68195c64ce
@ -95,7 +95,6 @@ class Level implements ChunkManager, Metadatable{
|
|||||||
|
|
||||||
private static $levelIdCounter = 1;
|
private static $levelIdCounter = 1;
|
||||||
private static $chunkLoaderCounter = 1;
|
private static $chunkLoaderCounter = 1;
|
||||||
public static $COMPRESSION_LEVEL = 8;
|
|
||||||
|
|
||||||
const Y_MASK = 0xFF;
|
const Y_MASK = 0xFF;
|
||||||
const Y_MAX = 0x100; //256
|
const Y_MAX = 0x100; //256
|
||||||
|
Loading…
x
Reference in New Issue
Block a user