mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-18 09:24:05 +00:00
fixed typo
This commit is contained in:
parent
419f246e68
commit
64a9650765
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user