mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
cleanup some chunks leftovers from 1.0
This commit is contained in:
@ -1004,11 +1004,6 @@ class Chunk{
|
||||
return $chunk;
|
||||
}
|
||||
|
||||
//TODO: get rid of this
|
||||
public static function getEmptyChunk(int $x, int $z) : Chunk{
|
||||
return new Chunk($x, $z);
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a block hash from chunk block coordinates. Used for extra data keys in chunk packets.
|
||||
* @internal
|
||||
|
Reference in New Issue
Block a user