mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
fixed typo
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user