mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
fixed typo
This commit is contained in:
@@ -30,8 +30,8 @@ use PocketMine\Utils\Utils as Utils;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class PocketChunkParser{
|
class PocketChunkParser{
|
||||||
private $location
|
private $location;
|
||||||
private $raw = b""
|
private $raw = b"";
|
||||||
private $file;
|
private $file;
|
||||||
public $sectorLength = 4096; //16 * 16 * 16
|
public $sectorLength = 4096; //16 * 16 * 16
|
||||||
public $chunkLength = 86016; //21 * $sectorLength
|
public $chunkLength = 86016; //21 * $sectorLength
|
||||||
|
Reference in New Issue
Block a user