mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Remove dead COMPRESSION_LEVEL property from Level
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user