Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2020-01-11 21:41:38 +00:00
11 changed files with 26 additions and 30 deletions

View File

@ -234,8 +234,8 @@ class RegionLoader{
/**
* @param int $offset
* @param int &$x
* @param int &$z
* @param int $x reference parameter
* @param int $z reference parameter
*/
protected static function getChunkCoords(int $offset, ?int &$x, ?int &$z) : void{
$x = $offset & 0x1f;