mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Chunks no longer contain their own coordinates
This commit is contained in:
@ -28,7 +28,7 @@ use PHPUnit\Framework\TestCase;
|
||||
class ChunkTest extends TestCase{
|
||||
|
||||
public function testClone() : void{
|
||||
$chunk = new Chunk(0, 0);
|
||||
$chunk = new Chunk();
|
||||
$chunk->setFullBlock(0, 0, 0, 1);
|
||||
$chunk->setBiomeId(0, 0, 1);
|
||||
$chunk->setHeightMap(0, 0, 1);
|
||||
|
Reference in New Issue
Block a user