mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +00:00
Fixed Syntax Error
This commit is contained in:
parent
0b6ff03d5a
commit
5e52bbdd16
@ -34,7 +34,7 @@ define("PMF_CURRENT_LEVEL_VERSION", 0x00);
|
|||||||
class PMFLevel extends PMF{
|
class PMFLevel extends PMF{
|
||||||
private $levelData = array();
|
private $levelData = array();
|
||||||
private $locationTable = array();
|
private $locationTable = array();
|
||||||
public $isLoaded = true
|
public $isLoaded = true;
|
||||||
private $log = 4;
|
private $log = 4;
|
||||||
private $payloadOffset = 0;
|
private $payloadOffset = 0;
|
||||||
private $chunks = array();
|
private $chunks = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user