fixed typo

This commit is contained in:
Shoghi Cervantes 2014-03-06 15:12:52 +01:00
parent 419f246e68
commit 64a9650765

View File

@ -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