mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-26 04:43:45 +00:00
World: remove dead constant Y_MASK
This commit is contained in:
parent
5dd0b3ac35
commit
a515b5e1b8
@ -123,7 +123,6 @@ class World implements ChunkManager{
|
|||||||
/** @var int */
|
/** @var int */
|
||||||
private static $worldIdCounter = 1;
|
private static $worldIdCounter = 1;
|
||||||
|
|
||||||
public const Y_MASK = 0xFF;
|
|
||||||
public const Y_MAX = 256;
|
public const Y_MAX = 256;
|
||||||
public const Y_MIN = 0;
|
public const Y_MIN = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user