Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2020-01-09 17:17:42 +00:00
32 changed files with 96 additions and 2 deletions

View File

@@ -108,6 +108,7 @@ use const PHP_INT_MIN;
class World implements ChunkManager{
/** @var int */
private static $worldIdCounter = 1;
public const Y_MASK = 0xFF;