mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +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{
|
||||
private $location
|
||||
private $raw = b""
|
||||
private $location;
|
||||
private $raw = b"";
|
||||
private $file;
|
||||
public $sectorLength = 4096; //16 * 16 * 16
|
||||
public $chunkLength = 86016; //21 * $sectorLength
|
||||
|
Loading…
x
Reference in New Issue
Block a user