mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
OOOPS
it's a bit too early for this
This commit is contained in:
@ -124,8 +124,8 @@ class World implements ChunkManager{
|
||||
private static $worldIdCounter = 1;
|
||||
|
||||
public const Y_MASK = 0xFF;
|
||||
public const Y_MAX = 320;
|
||||
public const Y_MIN = -64;
|
||||
public const Y_MAX = 256;
|
||||
public const Y_MIN = 0;
|
||||
|
||||
public const TIME_DAY = 1000;
|
||||
public const TIME_NOON = 6000;
|
||||
|
Reference in New Issue
Block a user